General area when it fits no where else

Moderator: Mmiscool

User avatar
By matherp
#41528 Mike

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
User avatar
By Mmiscool
#41542 Can you post the example code for this. And this is for the timer? It kind of looks like the boot process.