Serial header to show what sketch the ESP is flashed with.
Posted: Mon Dec 14, 2015 5:41 am
Hi, having various ESP's kicking around on the desk in various stages of development, I find it impossible to workout which is flashed with what.
I've decided to start using a header that is printed out over the serial monitor at power up so I can tell them apart.
Should I use any particular format or include any other information to be more in line with any existing reports?
I've decided to start using a header that is printed out over the serial monitor at power up so I can tell them apart.
Code: Select all
Serial.begin(115200);
Serial.print(“Electric gate opener V2.0”);
Serial.end();
Should I use any particular format or include any other information to be more in line with any existing reports?