Open EmbeddedDevver opened 3 years ago
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();
| ^~
Tested with ESP32.