esp8266-vindriktning-particle-sensor icon indicating copy to clipboard operation
esp8266-vindriktning-particle-sensor copied to clipboard

Better timing management during reception.

Open EmbeddedDevver opened this issue 4 years ago • 1 comments

Tested with ESP32.

EmbeddedDevver avatar Sep 24 '21 06:09 EmbeddedDevver

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();
      |                                                       ^~

Mrten avatar Oct 05 '21 13:10 Mrten