Skip to content

Commit

Permalink
feat(core): Updated at core version to bda31c24
Browse files Browse the repository at this point in the history
- feat(FCS-1054): Added AT+HTTPCPUT command
- fix(ESPAT-1309): Fixed that busy p issue if established a ssl connection and read data
- fix(ESPAT-1228): Fixed that type and remote host parameter unmatched in AT+CIPSTART command
- fix(ESPAT-1306): Fixed that AT+HTTPCPOST response returns wrong command name if appended more post data
- fix(ESPAT-1322): Fixed that second blufi net config failed if blufi net config failed first time
- Closes #673
  • Loading branch information
ustccw committed Oct 14, 2022
1 parent 82eea16 commit 73fcea9
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/at/lib/VERSION
@@ -1,3 +1,3 @@
ESP32: 50c62bf
ESP32C3: 50c62bf
ESP32C2: 50c62bf
ESP32: bda31c2
ESP32C3: bda31c2
ESP32C2: bda31c2
Binary file modified components/at/lib/libesp32_at_core.a
Binary file not shown.
Binary file modified components/at/lib/libesp32_at_core_silence.a
Binary file not shown.
Binary file modified components/at/lib/libesp32c2_at_core.a
Binary file not shown.
Binary file modified components/at/lib/libesp32c2_at_core_silence.a
Binary file not shown.
Binary file modified components/at/lib/libesp32c3_at_core.a
Binary file not shown.
Binary file modified components/at/lib/libesp32c3_at_core_silence.a
Binary file not shown.

0 comments on commit 73fcea9

Please sign in to comment.