Update to 1.2.1
This commit is contained in:
committed by
Sandeep Mistry
parent
35d4a3c84b
commit
a55c66afb4
@@ -1,5 +1,9 @@
|
|||||||
Arduino NINA-W102 firmware ?.?.? - ????.??.??
|
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
|
Arduino NINA-W102 firmware 1.2.0 - 2018.11.13
|
||||||
|
|
||||||
* Fixed DNS servers not sticking when static IP address is used
|
* Fixed DNS servers not sticking when static IP address is used
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
#include "CommandHandler.h"
|
#include "CommandHandler.h"
|
||||||
|
|
||||||
const char FIRMWARE_VERSION[6] = "1.2.0";
|
const char FIRMWARE_VERSION[6] = "1.2.1";
|
||||||
|
|
||||||
/*IPAddress*/uint32_t resolvedHostname;
|
/*IPAddress*/uint32_t resolvedHostname;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user