wifi_http.h 151 B

12345678910
  1. // wifi_http.h
  2. #ifndef WIFI_HTTP_H
  3. #define WIFI_HTTP_H
  4. #include "esp_err.h"
  5. // Wi-Fi初始化函数
  6. void wifi_init_sta(void);
  7. #endif // WIFI_HTTP_H