ESP8266 Centre + NB
|
类型定义 | |
typedef void(* | sc_callback_t )(sc_status status, void *pdata) |
枚举 | |
enum | sc_status { SC_STATUS_WAIT = 0, SC_STATUS_FIND_CHANNEL, SC_STATUS_GETTING_SSID_PSWD, SC_STATUS_LINK, SC_STATUS_LINK_OVER } |
enum | sc_type { SC_TYPE_ESPTOUCH = 0, SC_TYPE_AIRKISS, SC_TYPE_ESPTOUCH_AIRKISS } |
函数 | |
const char * | smartconfig_get_version (void) |
bool | smartconfig_start (sc_callback_t cb,...) |
bool | smartconfig_stop (void) |
bool | esptouch_set_timeout (uint8 time_s) |
bool | smartconfig_set_type (sc_type type) |
typedef void(* sc_callback_t)(sc_status status, void *pdata) |
enum sc_status |
enum sc_type |
const char* smartconfig_get_version | ( | void | ) |
bool smartconfig_start | ( | sc_callback_t | cb, |
... | |||
) |
bool smartconfig_stop | ( | void | ) |