Close

*RESOLVED* Compile Error: invalid cast from type 'IPAddress' to type 'u8_t* {aka unsigned char*}'

A project log for ESP8266 Mobile Rick Roll Captive Portal

A fun project to Rick Roll friends or strangers wirelessly.

jaimejaime 08/10/2016 at 17:190 Comments

Source code has been updated. The last update to PlatformIO is causing a compile error. Changing the build_flags in "platformio.ini" corrects/works around the issue.

build_flags = -ULWIP_OPEN_SRC -Wl,-Tesp8266.flash.4m.ld

Discussions