wifi_softap_sta.h 307 B

12345678910111213141516171819202122
  1. #ifndef wifi_softap_h_
  2. #define wifi_softap_h_
  3. #ifndef wifi_softap_c_
  4. #define wifi_softap_c_ extern
  5. #else
  6. #define wifi_softap_c_
  7. #endif
  8. #include "event_handler.h"
  9. #include "freertos/event_groups.h"
  10. #include "esp_system.h"
  11. #include "esp_wifi.h"
  12. #include "esp_log.h"
  13. void wifi_init_softap(void);
  14. #endif