Closed
Description
Hi,
After latest commit from @d-a-v i have an error due to static_assert if i change the following line in platform.txt
build.sdk=NONOSDK3V0 instead of build.sdk=NONOSDK221.
The compiler give me this error:
.\esp8266\libraries\ESP8266WiFi\src\ESP8266WiFiSTA.cpp: In function 'bool sta_config_equal(const station_config&, const station_config&)':
.\esp8266\libraries\ESP8266WiFi\src\ESP8266WiFiSTA.cpp:67:5: error: static assertion failed: struct station_config has changed, please update comparison function
static_assert(sizeof(station_config) == 112, "struct station_config has changed, please update comparison function");
Error does not occur when building with SDK v2.2.1
Metadata
Metadata
Assignees
Labels
No labels