jantenhove / GoodWeLogger

ESP8266 based logger for GoodWe inverters. Can upload to pvoutput and publishes MQTT topics
GNU General Public License v3.0
96 stars 24 forks source link

Compiling error for debug.h #27

Open antonyclarage opened 4 years ago

antonyclarage commented 4 years ago

Hello,

While compiling for a wemos d1 pro, and other esp8266 there is an error;

'class RemoteDebug' has no member named 'isRunning'

popoviciri commented 4 years ago

In debug.h replace the four instances Debug.isRunning() with Debug.isActive() cheers!

jantenhove commented 4 years ago

I modified the RemoteDebug a library a bit. The modified version can be found here: https://github.com/jantenhove/RemoteDebug