File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 11Arduino 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+
321Arduino NINA-W102 firmware 1.4.4 - 2021.04.13
422
523* Adding support for Arduino RP2040 Nano Connect (#64)
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments