lbussy / LCBUrl

Arduino library for handling URLs
MIT License
7 stars 1 forks source link

New ESP32 Framework Kills IPAddress Check #21

Closed lbussy closed 3 years ago

lbussy commented 3 years ago

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.

magillus commented 3 years ago

@lbussy thank for showing work around, will this be released in new version? (I use PlatformIO)

lbussy commented 3 years ago

It is in the devel branch right now, it will be released as soon as I can here. I was hoping to get a few more tests done.