-
Notifications
You must be signed in to change notification settings - Fork 120
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
Won't Compile (using ESP32 Feather with RFM69HCW wing) #79
Comments
Hi. This happened because ESPRESSIF changed the Timer API in version 3.0.0.
New code:
You can also go back to the previous version 2.0.11 esp32 as a solution. |
Just encountered the same problem and the changed timer call from @AniSerNik worked. Thank you very much. |
hw_timer_t *timer = timerBegin(1000000); |
After striking out getting the LowPowerLabs RFM69 library working on this hardware setup, I thought I'd switch tacks and try RadioHead. I can't even get it to compile. Here's the error messages I get when I try to compile:
The text was updated successfully, but these errors were encountered: