🐍 Makes sveltekit run arduino task loop

This commit is contained in:
Rune Harlyk
2024-07-11 21:28:54 +02:00
committed by Rune Harlyk
parent 6c257784ca
commit c432792300
3 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -13,4 +13,4 @@ void setup() {
spot.begin();
}
void loop() { vTaskDelete(NULL); }
void loop() { spot.loop(); }