Initial commit: project docs and ignore rules
This commit is contained in:
7
ESP32-C5-Toolkit/main/wifi_init.h
Normal file
7
ESP32-C5-Toolkit/main/wifi_init.h
Normal 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 */
|
||||
Reference in New Issue
Block a user