Israel Lot wrote:My first goal was to have an interface I could use to configure the board and then shut it down. Image you got it from the store, took it home and configure you wifi network on it. Then the interface can vanish until you need to configure it again.
It was not meant to be connected via it's IP. But of course, we can add a module on cgi that will account for that if that's what needed.
Ah I see, you didn't expect the HTTP interface to be used on the local network. I guess that makes sense, I figured it was nice to have it there anyway so you can access the relay toggles etc.
scratchrobot wrote:Maybe you can tell me how i can change the GPIO 4 and GPIO 5 to GPIO 12 and GPIO 13 in your code so i can use the relais on the ESP-09.
Check the relay.c, around line 158. The pin numbers are hard coded there, and I think at the moment that's the only place but I'm not sure.