← Back to ratslair.com
aboutsummaryrefslogtreecommitdiff
path: root/main/CDIO.c
diff options
context:
space:
mode:
authorEdvin <[email protected]>2025-12-07 15:41:35 +0100
committerEdvin <[email protected]>2025-12-07 15:41:35 +0100
commitd64ce2dc70a07285bb3222e69463e11385fc9e27 (patch)
treeb735405cf4889b09a2e8b3cf28b3d7e4b479d2ed /main/CDIO.c
parent1734d23df2992d5a4c4c59cf8b5fab4eef7f50fb (diff)
Added GUI and data gathering to repo
Diffstat (limited to 'main/CDIO.c')
-rw-r--r--main/CDIO.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/CDIO.c b/main/CDIO.c
index eaefdac..bc77561 100644
--- a/main/CDIO.c
+++ b/main/CDIO.c
@@ -43,7 +43,7 @@ void socket_transmitter_sta_loop(bool (*is_wifi_connected)()) {
}
printf("sending frames.\n");
- int i = 0;
+ int i = 0;
while (1) {
//double start_time = get_steady_clock_timestamp();
if (!is_wifi_connected()) {
@@ -123,6 +123,8 @@ static void echo_task(void *arg)
}
}
+
+
void app_main(void)
{
// Init LED
@@ -133,10 +135,8 @@ void app_main(void)
// Access point
setup_softap();
-
setup_csi();
-
for(;;) {
vTaskDelay(10);