This commit is contained in:
2026-01-10 02:45:26 -06:00
parent 03ca64080c
commit 0fd4db453d
10 changed files with 374 additions and 251 deletions

View File

@@ -1,7 +1,9 @@
#ifndef SETUP_H
#define SETUP_H
extern TaskHandle_t setupTaskHandle;
void initialSetup();
void setupLoop();
void setupLoop(void *pvParameters);
#endif