Version 1.2.0

This commit is contained in:
Sandeep Mistry
2018-11-13 10:23:51 -05:00
parent 8d43a385b9
commit c9f1c51063
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
Arduino NINA-W102 firmware ?.?.? - ????.??.??
Arduino NINA-W102 firmware 1.2.0 - 2018.11.13
* Fixed DNS servers not sticking when static IP address is used
* Added HCI UART mode on boot, enabled if SS is LOW
* Erase NVS flash on init failure
Arduino NINA-W102 firmware 1.1.0 - 2018.10.4
* WiFi is now stopped before connecting to AP

View File

@@ -25,7 +25,7 @@
#include "CommandHandler.h"
const char FIRMWARE_VERSION[6] = "1.1.0";
const char FIRMWARE_VERSION[6] = "1.2.0";
/*IPAddress*/uint32_t resolvedHostname;