This commit is contained in:
2025-11-28 18:26:32 -06:00
commit 8bb08d2819
21 changed files with 3309 additions and 0 deletions

7
include/WiFi.hpp Normal file
View File

@@ -0,0 +1,7 @@
#ifndef WIFI_H
#define WIFI_H
void init_wifi();
void scanAndUpdateSSIDList();
#endif