We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f08cde commit a25e897Copy full SHA for a25e897
airrohr-firmware/Versions.md
@@ -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
8
NRZ-2020-134-B3
9
* support for SCD30 added
10
airrohr-firmware/airrohr-firmware.ino
@@ -50,7 +50,7 @@
50
#include <pgmspace.h>
51
52
// increment on change
53
-#define SOFTWARE_VERSION_STR "NRZ-2020-134-B4"
+#define SOFTWARE_VERSION_STR "NRZ-2021-134-B4"
54
String SOFTWARE_VERSION(SOFTWARE_VERSION_STR);
55
56
/*****************************************************************
0 commit comments