How to change led indicator from gpio 2 to gpio 22 #376
Unanswered
sfttech2000
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Dear, what board is it ? Better define LED_PIN in the platformio.ini file for the board you are building. build_flags = |
Beta Was this translation helpful? Give feedback.
1 reply
-
Dear, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I edit file src/drivers/devices/esp32DevKit.h
#ifndef LED_PIN
#define LED_PIN 22
#endif
but not work led light is still on, not blink. how to fix it? (i cannot upload picture) thank you.
Beta Was this translation helpful? Give feedback.
All reactions