atomic14 / esp32-laser-show

MIT License
64 stars 18 forks source link

I cant build #6

Closed giulianomeini closed 1 year ago

giulianomeini commented 1 year ago

I get this: "src/SPIRenderer.cpp:82:3: error: 'timer_spinlock_give' was not declared in this scope" Where is timer_spinlock_give? Thanks Giuliano

cgreening commented 1 year ago

Ok, so looks like that function call has been removed in the latest version of the idf.

https://esp32.com/viewtopic.php?t=29726

I've pinned the version in platform io to an older version. Reading the forum thread above a proper fix looks pretty complicated...