Skip to content

Commit

Permalink
Release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed Jul 13, 2020
1 parent 701b3c0 commit 83b0d10
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Arduino NINA-W102 firmware ?.?.? - ????.??.??

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)
* Fixing bug leading to packet corruption in situation of high UDP traffic (#49)
* Fixing bug leading to missing packets and connection drop (#50)

Arduino NINA-W102 firmware 1.3.0 - 2019.12.23

* Fixed channel's assignement for WiFi.beginAP(...)
Expand Down
2 changes: 1 addition & 1 deletion main/CommandHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#include "CommandHandler.h"

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

/*IPAddress*/uint32_t resolvedHostname;

Expand Down

0 comments on commit 83b0d10

Please sign in to comment.