Skip to content

Commit fc6bd42

Browse files
committed
Release v1.4.7
1 parent 09eb519 commit fc6bd42

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
Arduino NINA-W102 firmware ?.?.? - ????.??.??
22

3+
Arduino NINA-W102 firmware 1.4.7 - 2021.06.18
4+
5+
Functionally identical with 1.4.6, except version number.
6+
7+
This release was made necessary because bad arguments were used with the FirmwareUploader tool
8+
on Arduino Cloud for updating NINA-FWs (effectively deleting all certificates except the one
9+
fetched by the tool). Now all Cloud-Connected NINA-FWs need to be updated once more which is
10+
only possible by incrementing the firmware version number.
11+
12+
Arduino NINA-W102 firmware 1.4.6 - 2021.06.09
13+
14+
* Add a new root certificate list including detailed instructions how to update it (#71)
15+
16+
Arduino NINA-W102 firmware 1.4.5 - 2021.05.05
17+
18+
* Adding support for Arduino RP2040 Nano Connect (#67)
19+
* Added ISRG Root X1 for LetsEncrypt (#68)
20+
321
Arduino NINA-W102 firmware 1.4.4 - 2021.04.13
422

523
* Adding support for Arduino RP2040 Nano Connect (#64)

main/CommandHandler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
#include "esp_log.h"
3838

39-
const char FIRMWARE_VERSION[6] = "1.4.6";
39+
const char FIRMWARE_VERSION[6] = "1.4.7";
4040

4141
/*IPAddress*/uint32_t resolvedHostname;
4242

0 commit comments

Comments
 (0)