Closed ajahern95 closed 1 year ago
Changed Char Typecasting to Byte, as Arduino IDE does not like char(0x00). Worked for ESP32 (Lolin D32). Updated nearly all instances of char(..) beyond a few variable writes, to (byte) typecast.
https://support.arduino.cc/hc/en-us/articles/360021722399-Error-call-of-overloaded-write-int-is-ambiguous
Changed Char Typecasting to Byte, as Arduino IDE does not like char(0x00). Worked for ESP32 (Lolin D32). Updated nearly all instances of char(..) beyond a few variable writes, to (byte) typecast.
https://support.arduino.cc/hc/en-us/articles/360021722399-Error-call-of-overloaded-write-int-is-ambiguous