-
Notifications
You must be signed in to change notification settings - Fork 98
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
Building error with the 'LED_BUILTIN' function #66
Comments
Looks like your board do not have LEDs and there is no definition for the corresponding pin.
P.S. an example of a board that has a defined pin for the LED: |
Thank you for the help, it got the building process to finish. I actually got it fully working now, but there was a little more to it. Will explain below to help others. : The board's actually did have onboard leds. Those ESP32's where cheap $4 variants from AliExpress. |
New to ESP32/Arduino and I'm having some issues building. The "simple" example version works but the "live_esp32_hwserial" not.
It comes down to the 'LED_BUILTIN' function, that trows 4 errors and aborts the build process.
Is there an reason why this error would normally occur? Did i forget a lib or a setting?
I have a ESP32S & ESP32 Devkitv1 (ESP32-D0WDQ5 Rev 3) both have the some issue.
The text was updated successfully, but these errors were encountered: