Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

board "esp32 from ExpressIf" error: too many arguments to function 'hw_timer_t* timerBegin(uint32_t) #8

Open
GoSh70 opened this issue Dec 11, 2024 · 0 comments

Comments

@GoSh70
Copy link

GoSh70 commented Dec 11, 2024

Using board "esp32 from ExpressIf" : The code actual only works for version 2.0.17 or earlier, where the API is timerBegin(0, 80, true). Espressif changed the API for timer usage. The new API is timerBegin(uint32_t frequency).

See: https://arduino.stackexchange.com/questions/96504/timers-interrupt-is-not-working-in-esp32s2-board

The code should be updated in line 169 | wd_timer = timerBegin(0, 80, true);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant