diyless / opentherm-gateway-simple

A simple example of using OpenTherm gateway to monitor and/or override heating status commands
MIT License
8 stars 3 forks source link

Error during code compilation using Arduino IDE #3

Open Mio3000 opened 1 year ago

Mio3000 commented 1 year ago

Hello, i tried to compile it for my ESP8266

In file included from C:\Users\Michal\Downloads\opentherm-gateway-simple-main\otgw_simple\otgw_simple.ino:10:0:
C:\Users\Michal\Downloads\opentherm-gateway-simple-main\otgw_simple\src\ESPAsyncWebServer\ESPAsyncWebServer.h:26:10: fatal error: functional: No such file or directory
 #include <functional>
          ^~~~~~~~~~~~
compilation terminated.

exit status 1
Jelth commented 8 months ago

hi,

can i maybe see your code? or did you fix the problem already?

tshcherban commented 8 months ago

For me its compiling OK targeting ESP8266 (v. 3.1.2). @Mio3000 maybe try updating ESP core from boards manager?