AK-Homberger / D1Mini-GasCounter

A smart gas meter with a web interface and optional ioBroker integration.
GNU General Public License v3.0
17 stars 2 forks source link

Different Compilation error #5

Closed Linux2fast closed 1 year ago

Linux2fast commented 1 year ago

Hello,

various errors are generated when compiling the code via the Arduino IDE 2.1.x. D5 was not declared in this scope MAIN_PAGE was not declared in this scope

The code and all devices are from your github page. All libraries and dependencies are installed and present

Have you any Idea for this Problem?

Thanks for your Help

AK-Homberger commented 1 year ago

If D5 is not declared, you are using probably a wrong Bord information. You have to use ESP8266 (D1 Mini).

Linux2fast commented 1 year ago

Thanks for your Help! Thats the Solution!