ESP8266 Webserver Project

Moderator: Sprite_tm

User avatar
By Sprite_tm
#40258 It's looking at the wrong variable. POST variables end up in connData->post->buff, GET variables in connData->getArgs. I really ought to get around writing some documentation about all this, I can't blame you for getting confused. If you change it like that, http://192.168.4.1/led.cgi?led=1 should turn on the led.