Skip to content

Commit b64bced

Browse files
committed
feat(core): Updated at core version to 239a73b9
- feat(pm): Added the sleep support for esp32c5 - feat(wifi): AT+CWLAP supports to choose channels for esp32c5 - feat(wifi): Added the AT+CWBANDMODE command to configurate the band mode of wifi for esp32c5 - fix(FCS-1641): Fixed the issue where AT+CIPSTO did not work when data send failed - fix(ble): Fixed the issue where the ble was not working in the silence firmware on esp32c6
1 parent c846172 commit b64bced

13 files changed

+6
-6
lines changed

components/at/lib/VERSION

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ESP32: ba52610
2-
ESP32C3: ba52610
3-
ESP32C2: ba52610
4-
ESP32C5: 8834929
5-
ESP32C6: ba52610
6-
ESP32S2: ba52610
1+
ESP32: 239a73b
2+
ESP32C3: 239a73b
3+
ESP32C2: 239a73b
4+
ESP32C5: 239a73b
5+
ESP32C6: 239a73b
6+
ESP32S2: 239a73b
-416 Bytes
Binary file not shown.
-440 Bytes
Binary file not shown.
-456 Bytes
Binary file not shown.
-416 Bytes
Binary file not shown.
-788 Bytes
Binary file not shown.
-744 Bytes
Binary file not shown.
12 KB
Binary file not shown.
11.3 KB
Binary file not shown.
-456 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)