mandulaj / PZEM-004T-v30

Arduino library for the Updated PZEM-004T v3.0 Power and Energy meter
MIT License
256 stars 108 forks source link

Remove SoftwareSerial from libdeps #56

Closed vortigont closed 2 years ago

vortigont commented 3 years ago

SoftwareSerial is bundled into esp8266 Arduino framework. plerup/espsoftwareserial repo contains dev version that might be not compatible with stable Core and result in build errors like this

oftwareSerial.h:132:9: error: 'int SoftwareSerial::availableForWrite()' marked override, but does not override
vortigont commented 3 years ago

Closes #57