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
Using an updated arduino-esp32 build the folowing errors were raised:
.pio\libdeps\tft_espi\LCBUrl\src\LCBUrl.cpp:301:23: error: ambiguous overload for 'operator==' (operand types are 'IPAddress' and 'u32_t {aka unsigned int}')
if (ipaddress == IPADDR_NONE)
Apparently IPADDR_NONE is now a u32_t.
The text was updated successfully, but these errors were encountered:
Using an updated arduino-esp32 build the folowing errors were raised:
Apparently
IPADDR_NONE
is now au32_t
.The text was updated successfully, but these errors were encountered: