I have one of the program that use “bridge”, it’s been working for years on ESP8266 and I do have a source code for this. This week, I need to make some change to the code but when I compile it, I got the following error message:
‘’ ‘WidgetBridge’ does not name a type"
The error point me to this line of code:
WidgetBridge GridTied1(V110);
WidgetBridge GridTied2(V111);
WidgetBridge LTO(V112);
Does anyone know why the code was working fine before but not now?