arkhipenko / TaskScheduler

Cooperative multitasking for Arduino, ESPx, STM32, nRF and other microcontrollers
http://playground.arduino.cc/Code/TaskScheduler
BSD 3-Clause "New" or "Revised" License
1.22k stars 224 forks source link

Could not compile 3.4, but works with 3.3 #128

Closed ellogwen closed 2 years ago

ellogwen commented 2 years ago

I created a project with 3.3, but after updating to 3.4 I could not compile it anymore:

error: no matching function for call to 'Task::set(long unsigned int, int, Device::setup()::<lambda()>)'

I could not find anything in the release notes, that this update would break backward compatibility

ellogwen commented 2 years ago

Somehow platformio / vscode messed up my header files. Rebootet and then compilation worked again. Sorry.