Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: 2021fork3/wifi.cpp
- Revision:
- 1:eac9f7a0488f
- Parent:
- 0:1121a7ef2e36
- Child:
- 2:4603eae79fb6
--- a/2021fork3/wifi.cpp Tue Mar 09 20:50:11 2021 +0000 +++ b/2021fork3/wifi.cpp Wed Mar 10 21:09:24 2021 +0000 @@ -36,7 +36,7 @@ #define WIFI_EXIT_CMD_MODE_RESPONCE "OK" #define WIFI_NORMAL_CMD_RESPONSE "OK" -#define WIFI_MESSAGE_BUF_LENGTH 1024 +#define WIFI_MESSAGE_BUF_LENGTH 256 #define OK 0 #define NOK 1 @@ -393,6 +393,7 @@ INFO("Current dns settings:\n\r%s", responce); wifiExitCmdMode(); + } INFO("Reconfiguration done");