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 f3d3317 commit 3876637Copy full SHA for 3876637
airrohr-firmware/Versions.md
@@ -1,5 +1,6 @@
1
NRZ-2019-126-B6
2
* Read SDS011 version once on startup
3
+* Put software serial edge detection work within loop
4
5
NRZ-2019-126-B5
6
* Rename Luftdaten.info to Sensors.Community everywhere
airrohr-firmware/airrohr-firmware.ino
@@ -4486,6 +4486,7 @@ void loop(void) {
4486
yield();
4487
#if defined(ESP8266)
4488
MDNS.update();
4489
+ serialSDS.perform_work();
4490
#endif
4491
4492
if (sample_count % 500 == 0) {
0 commit comments