Skip to content

Commit

Permalink
Release v1.4.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed Jul 29, 2021
1 parent 77ac756 commit 63823f9
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.8 - 2021.07.29

* Fix issue due to repeated status()/connected() call (#73)

Arduino NINA-W102 firmware 1.4.7 - 2021.06.18

Functionally identical with 1.4.6, except version number.
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.7";
const char FIRMWARE_VERSION[6] = "1.4.8";

/*IPAddress*/uint32_t resolvedHostname;

Expand Down

0 comments on commit 63823f9

Please sign in to comment.