Update to 1.2.1

This commit is contained in:
Martino Facchin
2018-11-16 17:05:12 +01:00
committed by Sandeep Mistry
parent 35d4a3c84b
commit a55c66afb4
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
Arduino NINA-W102 firmware ?.?.? - ????.??.??
Arduino NINA-W102 firmware 1.2.1 - 2018.11.16
* Fixed factory SSL certificates being incorrectly parsed due to OOM caused by Bluetooth inclusion
Arduino NINA-W102 firmware 1.2.0 - 2018.11.13
* Fixed DNS servers not sticking when static IP address is used

View File

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