Initial commit: project docs and ignore rules

This commit is contained in:
Dr Jones
2026-05-03 23:19:51 -07:00
commit 197724f7a5
55 changed files with 35824 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#ifndef WIFI_INIT_H
#define WIFI_INIT_H
// Initialize WiFi in AP mode
void wifi_init_ap(void);
#endif /* WIFI_INIT_H */