Skip to content

Commit a25e897

Browse files
committed
updated versions.md
updated version number
1 parent 4f08cde commit a25e897

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

airrohr-firmware/Versions.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
NRZ-2021-134-B3
2+
* Upgrade to Arduino Core 3.0.1
3+
* Libraries updated
4+
* changes for compatibility to latest ArduinoJSON
5+
* all BearSSL ciphers enabled
6+
7+
18
NRZ-2020-134-B3
29
* support for SCD30 added
310

airrohr-firmware/airrohr-firmware.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
#include <pgmspace.h>
5151

5252
// increment on change
53-
#define SOFTWARE_VERSION_STR "NRZ-2020-134-B4"
53+
#define SOFTWARE_VERSION_STR "NRZ-2021-134-B4"
5454
String SOFTWARE_VERSION(SOFTWARE_VERSION_STR);
5555

5656
/*****************************************************************

0 commit comments

Comments
 (0)