Skip to content

Commit d558f86

Browse files
committed
change(core): Updated at core version to 3258eeea
- fix(wifi): Fixed AT+CWMODE=1,1 sometimes failed to trigger wifi reconnection - fix(ESPAT-2382): Fixed a connection index duplicated issue (nimble) - fix(ESPAT-2402): Fixed a potential crash caused by custom gatts service table (nimble) - fix(ESPAT-2486): Fixed an issue where passthrough data could not be sent using characteristics with the notify property (nimble) - fix(ESPAT-2490): Formatted the indication message for scan completion (nimble) - fix(ESPAT-2491): Added a mechanism to control the maximum number of connections (nimble)
1 parent dcd46ad commit d558f86

15 files changed

+7
-7
lines changed

components/at/lib/VERSION

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
ESP32: d845736
2-
ESP32C3: d845736
3-
ESP32C2: d845736
4-
ESP32C5: d845736
5-
ESP32C6: d845736
6-
ESP32C61:d845736
7-
ESP32S2: d845736
1+
ESP32: 3258eee
2+
ESP32C3: 3258eee
3+
ESP32C2: 3258eee
4+
ESP32C5: 3258eee
5+
ESP32C6: 3258eee
6+
ESP32C61:3258eee
7+
ESP32S2: 3258eee
1.21 KB
Binary file not shown.
1.21 KB
Binary file not shown.
4.5 KB
Binary file not shown.
3.98 KB
Binary file not shown.
792 Bytes
Binary file not shown.
800 Bytes
Binary file not shown.
4.5 KB
Binary file not shown.
3.99 KB
Binary file not shown.
4.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)