Implement Wi-Fi task

This commit is contained in:
2025-10-11 15:29:14 +02:00
parent eb980d286d
commit 94d2a61cad
3 changed files with 28 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef WIFI_HPP
#define WIFI_HPP
void wifiTask(void *pvParameters);
#endif