MeshTalos-Client/wifi_helper.h
2025-10-28 00:34:09 +08:00

17 lines
No EOL
247 B
C

#ifndef WIFI_HELPER_H
#define WIFI_HELPER_H
#define CONFIG_ESP_WIFI_SSID "FBK_the_cutest_fox"
#define CONFIG_ESP_WIFI_PASS "zsfv3210"
#ifdef __cplusplus
extern "C" {
#endif
void connect_wifi(void);
#ifdef __cplusplus
}
#endif
#endif