ets Jun 8 2016 00:22:57 rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)configsip: 0, SPIWP:0xeeclk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00mode:DIO, clock div:1load:0x3fff0018,len:4load:0x3fff001c,len:1044load:0x40078000,len:8896load:0x40080400,len:5816entry 0x400806acWakeup was not caused by deep sleep: 0Boot number: 1Connected to Network_1 network-53-----------------------------------
Hi, How can I get the right date in place of \”ets Jun 8 2016 00:22:57\” at start up?
What does mean -53?
Thanks for your attention,
JPD
Hi.
That time and date is related with the ESP32 firmware. You can’t rewrite it.
Here’s a quote from the espressif forum:
"ets Jun 8 2016 00:22:57
It’s the sign-on message of the ROM; it’s the first thing that gets printed after the ESP32 powers on and the CPU starts up. It means the ROM for the ESP32 was compiled on Jun 8, slightly past midnight, possibly by a set of tired colleagues happy they finally could go home. I think ets stands for Espressif Task Scheduler; that name is a remnant of the ESP8266 ROM code and the scheduler that underpinned the non-os SDK for that, which was also used for some things in ROM.”
As for the -53, I don’t know what it means.
Regards,
Sara