Why does the code continuously output what seem to be line numbers on the serial port. If we take as an example the "timer" example code then the serial port sees:
"
Doing some stuff
1
2
3
4
5
6
7
Doing some stuff
1
2
3
.....
"
When interfacing with a uP this is just extra characters that have to be ignored and it also must be slowing the ESP down as transmitting at 9600 baud takes real time in uP terms.
Can this be removed in your next release or am I missing something already available?
Thanks
Peter