marciot / esp32-dali-clock

An NTSC/PAL version of the 80s Dali Clock for the ESP32
GNU General Public License v3.0
117 stars 10 forks source link

Wemos LOLIN32 #1

Closed ShawnBusker closed 2 years ago

ShawnBusker commented 2 years ago

The code compiles and uploads without a hitch but upon execution I'm greeted with this on the serial monitor.

no config file

abort() was called at PC 0x40084d33 on core 0

Backtrace:0x400e9401:0x3ffcb2300x4008cc79:0x3ffcb250 0x40092301:0x3ffcb270 0x40084d33:0x3ffcb2f0 0x40084f35:0x3ffcb310 0x4015d6d2:0x3ffcb330 0x4015a7b4:0x3ffcb450 0x4015d74d:0x3ffcb760 0x4016cba5:0x3ffcb790 0x4009217d:0x3ffcb7c0 0x40129992:0x3ffcb810 0x40145f3c:0x3ffcb880 0x401403b4:0x3ffcb8c0 0x4013040e:0x3ffcb8e0 0x401304c5:0x3ffcb900 0x4012f15c:0x3ffcb920 0x40167e95:0x3ffcb940 

ELF file SHA256: 0000000000000000

Rebooting...
ets Jun  8 2016 00:22:57

rst:0xc (SW_CPU_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:DIO, clock div:1
load:0x3fff0030,len:1100
ho 0 tail 12 room 4
load:0x40078000,len:12308
load:0x40080400,len:3076
entry 0x400805ec
marciot commented 2 years ago

Hi, I made a push with what I think will fix it. Thanks for pointing it out. If it works for you, please close this issue.

ShawnBusker commented 2 years ago

I found a fix while trying to figure this out too; had to use the 1.0.4 esp32 library.