📦 Moves platform ini to root

This commit is contained in:
Rune Harlyk
2025-03-23 16:10:58 +01:00
committed by Rune Harlyk
parent c02938b567
commit e4cb035ad9
6 changed files with 22 additions and 16 deletions
+1
View File
@@ -3,6 +3,7 @@
DRAM_ATTR Spot spot;
void IRAM_ATTR SpotControlLoopEntry(void*) {
ESP_LOGI("main", "Setup complete now runing tsk");
TickType_t xLastWakeTime = xTaskGetTickCount();
const TickType_t xFrequency = 10 / portTICK_PERIOD_MS;
for (;;) {