esp8266-vindriktning-particle-sensor
esp8266-vindriktning-particle-sensor copied to clipboard
Better timing management during reception.
Tested with ESP32.
This does not compile
error: base operand of '->' has non-pointer type 'SoftwareSerial'
90 | if (sensorSerial->available()) {
| ^~
SerialCom.h:93:55: error: base operand of '->' has non-pointer type 'SoftwareSerial'
93 | serialRxBuf[rxBufIdx++] = sensorSerial->read();
| ^~