Skip to content

Commit 63823f9

Browse files
committed
Release v1.4.8.
1 parent 77ac756 commit 63823f9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Arduino NINA-W102 firmware ?.?.? - ????.??.??
22

3+
Arduino NINA-W102 firmware 1.4.8 - 2021.07.29
4+
5+
* Fix issue due to repeated status()/connected() call (#73)
6+
37
Arduino NINA-W102 firmware 1.4.7 - 2021.06.18
48

59
Functionally identical with 1.4.6, except version number.

Diff for: main/CommandHandler.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
#include "esp_log.h"
3838

39-
const char FIRMWARE_VERSION[6] = "1.4.7";
39+
const char FIRMWARE_VERSION[6] = "1.4.8";
4040

4141
/*IPAddress*/uint32_t resolvedHostname;
4242

0 commit comments

Comments
 (0)