mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Rename LED pin
This commit is contained in:
parent
52acae1fe7
commit
3448db6e36
2 changed files with 7 additions and 12 deletions
|
|
@ -7,8 +7,8 @@ void WaveshareBoard::begin() {
|
|||
// for future use, sub-classes SHOULD call this from their begin()
|
||||
startup_reason = BD_STARTUP_NORMAL;
|
||||
|
||||
#ifdef PIN_LED_BUILTIN
|
||||
pinMode(PIN_LED_BUILTIN, OUTPUT);
|
||||
#ifdef P_LORA_TX_LED
|
||||
pinMode(P_LORA_TX_LED, OUTPUT);
|
||||
#endif
|
||||
|
||||
#ifdef PIN_VBAT_READ
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue