Skip to content

Commit

Permalink
Release v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed Aug 17, 2020
1 parent d4a2118 commit 6b0137b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Arduino NINA-W102 firmware ?.?.? - ????.??.??

Arduino NINA-W102 firmware 1.4.1 - 2020.08.17

* Direct download of OTA binary to Nina storage and verifying both CRC and length (#53)

Arduino NINA-W102 firmware 1.4.0 - 2020.07.13

* Adding API which allows to utilize the nina file system as an external storage module for the host CPU (#32)
Expand Down
2 changes: 1 addition & 1 deletion main/CommandHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#include "esp_log.h"

const char FIRMWARE_VERSION[6] = "1.4.0";
const char FIRMWARE_VERSION[6] = "1.4.1";

/*IPAddress*/uint32_t resolvedHostname;

Expand Down

0 comments on commit 6b0137b

Please sign in to comment.