You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use ESP8266 version 2.4.2 to compile it for production. It may not be consistent with the latest library. If you replace it with an older library version, it will work.
Good day!
I have got some troubles with compiling sketch. When I verify sketch this error is appeared:
_**C:\Users\Denis\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.7.4\cores\esp8266/PolledTimeout.h:126:90: error: macro "max" requires 2 arguments, but only 1 given
static constexpr timeType timeMax = (std::numeric_limits::max() - 1) / user2UnitMultiplierMax;
and:
exit status 1
Error compiling for board Generic ESP8266 Module.**_
Could you help me?
The text was updated successfully, but these errors were encountered: