Skip to content

Commit 054edb8

Browse files
committed
Release v1.4.4.
1 parent bed5b62 commit 054edb8

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
Arduino NINA-W102 firmware ?.?.? - ????.??.??
22

3+
Arduino NINA-W102 firmware 1.4.4 - 2021.04.13
4+
5+
* Adding support for Arduino RP2040 Nano Connect (#64)
6+
7+
Arduino NINA-W102 firmware 1.4.3 - 2021.01.29
8+
9+
* Do not immediately close connection after 1 failed write (#62)
10+
11+
Arduino NINA-W102 firmware 1.4.2 - 2021.01.28
12+
13+
Port BearSSL + crypto integration to NINA (#57). This allows to offload BearSSL for Arduino IoT Cloud applications to the nina module, drastically saving on flash/RAM.
14+
315
Arduino NINA-W102 firmware 1.4.1 - 2020.08.17
416

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

main/CommandHandler.cpp

Lines changed: 1 addition & 1 deletion
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.3";
39+
const char FIRMWARE_VERSION[6] = "1.4.4";
4040

4141
/*IPAddress*/uint32_t resolvedHostname;
4242

0 commit comments

Comments
 (0)