reaper7 / SDM_Energy_Meter

reading SDM72 SDM120 SDM220 SDM230 SDM630 modbus energy meters from arduino (esp8266, esp32, avr)
240 stars 97 forks source link

update for new EspSoftwareSerial version 8.01 #75

Closed maxpautsch closed 1 year ago

maxpautsch commented 1 year ago

The refactoring of EspSoftwareSerial (see https://github.com/plerup/espsoftwareserial/commit/3c9c586a993972c9526275f5ecd7d6c74a7c8958) breaks SDM.cpp at line 63. Without this change, EspSoftwareSerial versions >= 8.0.1 will not work! Be aware: with this change, versions <8.0.1 will not work!