Report Bugs Here

Moderator: Mmiscool

User avatar
By Oldbod
#51966 Good point - the format run from the flash tool abended for me too (running on vista).
User avatar
By Mmiscool
#51971 ok. I see the problem with the wifi scan stuff.

the last result is junk and is reading from memory out of bounds. A real problem.

I will fix this tonight. As to the formatting button let me look in to this.
User avatar
By Oldbod
#52038 Tried this again this afternoon, and it now works perfectly, thank you!

Couple of little things I'm curious about (just curious, feel free to ignore me)

For next appears to increment the index pointer, then test. If I used the index later, that might cause some oddities as the index (when adding step 1) seems to end up at the incremented value.
eg: for x = 1 to 5 step 1
next x
serialprint x - will display a value of 6....

Unfamiliar with arduino ide, but wonder why the source (seems to) get copied to the esp?

As I say, just curious...