nanoels
nanoels copied to clipboard
error: too many arguments to function 'hw_timer_t*
hello Maxim,
I have some issues getting the ESP32 programmed. IDE 2.3.2 updated and installed the ESP32 boards including the Adafruit lib. I'm fairly new to programming such devices. would be nice if you could push me in the right direction.
h4\h4.ino:570:37: error: too many arguments to function 'hw_timer_t* timerBegin(uint32_t)' 570 | hw_timer_t async_timer = timerBegin(0, 80, true); | ~~~~~~~~~~^~~~~~~~~~~~~ 'hw_timer_t timerBegin(uint32_t)'
Roel