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

fix #5 bootloop because ledc is not inside audio define #6

Closed todbot closed 2 years ago

todbot commented 2 years ago

I think I found a solution to issue 5.

marciot commented 2 years ago

@todbot: So it looks like there is an incompatibility between the code that is initializing the ledc peripheral and the code that initializes the apll. This narrows it down significantly, good find!