How to eliminate serial header?
Posted: Sun May 17, 2020 7:46 pm
I am using ESP32/NOW with Arduino IDE and printing incoming data to the Arduino IDE serial monitor.
Before my data appears, the following is printed on the serial monitor:
load:0x3fff001c,len:1216
ho 0 tail 12 room 4
load:0x40078000,len:9720
ho 0 tail 12 room 4
load:0x40080400,len:6352
entry 0x400806b8
Is there any way to avoid this happening?
Thanks
Before my data appears, the following is printed on the serial monitor:
load:0x3fff001c,len:1216
ho 0 tail 12 room 4
load:0x40078000,len:9720
ho 0 tail 12 room 4
load:0x40080400,len:6352
entry 0x400806b8
Is there any way to avoid this happening?
Thanks