Skip to content

Commit

Permalink
Release v1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed Jun 18, 2021
1 parent 09eb519 commit fc6bd42
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
Arduino NINA-W102 firmware ?.?.? - ????.??.??

Arduino NINA-W102 firmware 1.4.7 - 2021.06.18

Functionally identical with 1.4.6, except version number.

This release was made necessary because bad arguments were used with the FirmwareUploader tool
on Arduino Cloud for updating NINA-FWs (effectively deleting all certificates except the one
fetched by the tool). Now all Cloud-Connected NINA-FWs need to be updated once more which is
only possible by incrementing the firmware version number.

Arduino NINA-W102 firmware 1.4.6 - 2021.06.09

* Add a new root certificate list including detailed instructions how to update it (#71)

Arduino NINA-W102 firmware 1.4.5 - 2021.05.05

* Adding support for Arduino RP2040 Nano Connect (#67)
* Added ISRG Root X1 for LetsEncrypt (#68)

Arduino NINA-W102 firmware 1.4.4 - 2021.04.13

* Adding support for Arduino RP2040 Nano Connect (#64)
Expand Down
2 changes: 1 addition & 1 deletion main/CommandHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

#include "esp_log.h"

const char FIRMWARE_VERSION[6] = "1.4.6";
const char FIRMWARE_VERSION[6] = "1.4.7";

/*IPAddress*/uint32_t resolvedHostname;

Expand Down

0 comments on commit fc6bd42

Please sign in to comment.