File tree 2 files changed +19
-1
lines changed 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
Arduino NINA-W102 firmware ?.?.? - ????.??.??
2
2
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
+
3
21
Arduino NINA-W102 firmware 1.4.4 - 2021.04.13
4
22
5
23
* Adding support for Arduino RP2040 Nano Connect (#64)
Original file line number Diff line number Diff line change 36
36
37
37
#include " esp_log.h"
38
38
39
- const char FIRMWARE_VERSION[6 ] = " 1.4.6 " ;
39
+ const char FIRMWARE_VERSION[6 ] = " 1.4.7 " ;
40
40
41
41
/* IPAddress*/ uint32_t resolvedHostname;
42
42
You can’t perform that action at this time.
0 commit comments