- Sun Dec 20, 2015 10:32 am
#36829
Hello,
Thanks for the reply!
So, the only thing that I got from the serial output was strange characters (the baudrate was set to 9600). I've used an Arduino Uno connected to the RX/TX pins.
I think the edit page should always work, independently if there is any code running, isn't it?
The code that I first tried to run was this one:
Code: Select allbla = 0
timer 5000 [update.Values]
wprint |<meta http-equiv="refresh" content="10; url=./input" />|
wprint htmlvar(bla)
button "this is a test" [test.1]
wait
[test.1]
wprint "test 1 was clicked"
wait
[update.Values]
input "enter value" bla
wait
Provided by Mmiscool in this topic (
viewtopic.php?f=45&t=5981).
Regardless of that, I already tried to flash a couple of times and reset my ESP8266 again and nothing.
Is there any chance that the URL for accessing the edit page is changed?
Thanks in advance,
Murilo