diff --git a/CHANGELOG b/CHANGELOG index ea85a34a..aca8f861 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,11 @@ Arduino NINA-W102 firmware ?.?.? - ????.??.?? +Arduino NINA-W102 firmware 1.4.0 - 2020.07.13 + +* Adding API which allows to utilize the nina file system as an external storage module for the host CPU (#32) +* Fixing bug leading to packet corruption in situation of high UDP traffic (#49) +* Fixing bug leading to missing packets and connection drop (#50) + Arduino NINA-W102 firmware 1.3.0 - 2019.12.23 * Fixed channel's assignement for WiFi.beginAP(...) diff --git a/main/CommandHandler.cpp b/main/CommandHandler.cpp index e1fa162b..7fba7a6c 100644 --- a/main/CommandHandler.cpp +++ b/main/CommandHandler.cpp @@ -27,7 +27,7 @@ #include "CommandHandler.h" -const char FIRMWARE_VERSION[6] = "1.3.0"; +const char FIRMWARE_VERSION[6] = "1.4.0"; /*IPAddress*/uint32_t resolvedHostname;