🪡 Moves server on robot facade
This commit is contained in:
+1
-4
@@ -1,9 +1,6 @@
|
||||
#include <spot.h>
|
||||
#include <PsychicHttpServer.h>
|
||||
|
||||
DRAM_ATTR PsychicHttpServer server;
|
||||
|
||||
DRAM_ATTR Spot spot(&server);
|
||||
DRAM_ATTR Spot spot;
|
||||
|
||||
void IRAM_ATTR SpotControlLoopEntry(void*) {
|
||||
TickType_t xLastWakeTime = xTaskGetTickCount();
|
||||
|
||||
Reference in New Issue
Block a user