BUG ??
Posted: Fri Aug 05, 2016 2:13 am
This litte program makes the device for approx 5 Minutes unavailable.
It runs in debug, but if you run it "normal" the device hangs, but it responds to ping, so no web browser connection possible.
After 5 Minutes normal Response.
Further question:
How to append data to a file?
do
zeit=time()
write("testfile",zeit)
text=read("testfile")
print text
delay (1000)
loop until 0
end
It runs in debug, but if you run it "normal" the device hangs, but it responds to ping, so no web browser connection possible.
After 5 Minutes normal Response.
Further question:
How to append data to a file?
do
zeit=time()
write("testfile",zeit)
text=read("testfile")
print text
delay (1000)
loop until 0
end