- ets Jun 8 2016 00:22:57
- rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
- configsip: 0, SPIWP:0xee
- clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
- mode:QIO, clock div:1
- load:0x3fff0018,len:4
- load:0x06413208,len:-1073266398
My board is ESP-Wroom-32, and I want to use it for a CNC project based on ESP32_GRBL https://github.com/bdring/Grbl_Esp32
However, I found another user-modified version is much better to me https://github.com/KnightSin/Grbl_Esp32.
After cloning it, open in VSCode and uploading(Compile,link then download, without changing any code), I find my esp32 rebooting again and again, with logging:
Can anyone give me a piece of suggestion?
Thank you guys!