mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-05 22:11:04 +08:00
feat(sc): transfer smartconfig ACK type to sc_callback
This commit is contained in:
@ -54,6 +54,14 @@ typedef struct sc_ack {
|
||||
} ctx;
|
||||
} sc_ack_t;
|
||||
|
||||
/**
|
||||
* @brief Smartconfig parameters passed sc_callback call.
|
||||
*/
|
||||
typedef struct sc_callback_ack {
|
||||
uint8_t ip[4]; /*!< IP address of cellphone */
|
||||
sc_ack_type_t type; /*!< Smartconfig ACK type */
|
||||
} sc_callback_data_t;
|
||||
|
||||
/**
|
||||
* @brief Send smartconfig ACK to cellphone.
|
||||
*
|
||||
|
Reference in New Issue
Block a user