rdz_ttgo_sonde/RX_FSK/core.h

5 wiersze
161 B
C

enum t_wifi_state { WIFI_DISABLED, WIFI_SCAN, WIFI_CONNECT, WIFI_CONNECTED, WIFI_APMODE };
extern t_wifi_state wifi_state;
extern const char *sondeTypeStrSH[];