mandulaj / PZEM-004T-v30

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

Remove EspSoftwareSerial dependecy #57

Closed tomy983 closed 3 years ago

tomy983 commented 3 years ago

Describe the bug In VScode-PlatformIO this declaration causes the compiler to select the latest, but wrong softserial lib version. remove from library.json and trowing compile error.: "dependencies": [ { "name": "EspSoftwareSerial", "version": ">=3.2.0", "platforms": "espressif8266" } ] It then will use the one included in the core. more explanation here: https://community.platformio.org/t/softwareserial-not-compiling/19578

mandulaj commented 3 years ago

PR was merged so closing issue