mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-12-13 08:51:03 +08:00
fix(sc): fix the issue of sending failure and exit
1. Send unicast first, use broadcast to send if unicast fails.
2. Send 60 times successfully before exiting.
This commit is contained in:
@@ -12,7 +12,7 @@ config ESP_TOUCH
|
||||
bool "ESPTouch"
|
||||
config AIRKISS
|
||||
bool "AirKiss"
|
||||
config ESP_TOUCH-AIRKISS
|
||||
config ESP_TOUCH_AIRKISS
|
||||
bool "ESPTouch and AirKiss"
|
||||
config ESP_TOUCH_V2
|
||||
bool "ESPTouch-V2"
|
||||
@@ -22,7 +22,7 @@ config ESP_SMARTCONFIG_TYPE
|
||||
int
|
||||
default 0 if ESP_TOUCH
|
||||
default 1 if AIRKISS
|
||||
default 2 if ESP_TOUCH-AIRKISS
|
||||
default 2 if ESP_TOUCH_AIRKISS
|
||||
default 3 if ESP_TOUCH_V2
|
||||
|
||||
endmenu
|
||||
|
||||
Reference in New Issue
Block a user