🐍 Makes sveltekit run arduino task loop
This commit is contained in:
+1
-1
@@ -13,4 +13,4 @@ void setup() {
|
||||
spot.begin();
|
||||
}
|
||||
|
||||
void loop() { vTaskDelete(NULL); }
|
||||
void loop() { spot.loop(); }
|
||||
|
||||
Reference in New Issue
Block a user