-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/optimize_blufi_example' into 'master'
blufi: optimize example to send more information Closes IDFGH-6842 and IDFGH-6809 See merge request espressif/esp-idf!19853
- Loading branch information
Showing
11 changed files
with
168 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule lib
updated
38 files
+ − | esp32/libcoexist.a | |
+ − | esp32/libcore.a | |
+ − | esp32/libespnow.a | |
+ − | esp32/libmesh.a | |
+ − | esp32/libnet80211.a | |
+ − | esp32/libpp.a | |
+ − | esp32/libsmartconfig.a | |
+ − | esp32/libwapi.a | |
+ − | esp32c2/libcoexist.a | |
+ − | esp32c2/libcore.a | |
+ − | esp32c2/libespnow.a | |
+ − | esp32c2/libnet80211.a | |
+ − | esp32c2/libpp.a | |
+ − | esp32c2/libsmartconfig.a | |
+ − | esp32c3/libcoexist.a | |
+ − | esp32c3/libcore.a | |
+ − | esp32c3/libespnow.a | |
+ − | esp32c3/libmesh.a | |
+ − | esp32c3/libnet80211.a | |
+ − | esp32c3/libpp.a | |
+ − | esp32c3/libsmartconfig.a | |
+ − | esp32c3/libwapi.a | |
+ − | esp32s2/libcoexist.a | |
+ − | esp32s2/libcore.a | |
+ − | esp32s2/libespnow.a | |
+ − | esp32s2/libmesh.a | |
+ − | esp32s2/libnet80211.a | |
+ − | esp32s2/libpp.a | |
+ − | esp32s2/libsmartconfig.a | |
+ − | esp32s2/libwapi.a | |
+ − | esp32s3/libcoexist.a | |
+ − | esp32s3/libcore.a | |
+ − | esp32s3/libespnow.a | |
+ − | esp32s3/libmesh.a | |
+ − | esp32s3/libnet80211.a | |
+ − | esp32s3/libpp.a | |
+ − | esp32s3/libsmartconfig.a | |
+ − | esp32s3/libwapi.a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
menu "Example Configuration" | ||
|
||
config EXAMPLE_WIFI_CONNECTION_MAXIMUM_RETRY | ||
int "WiFi connection maximum retry" | ||
range 0 255 | ||
default 2 | ||
help | ||
WiFi connection maximum retry, from 0 to 255. | ||
|
||
endmenu |
Oops, something went wrong.