mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Seeed SenseCap Solar: invert leds
This commit is contained in:
parent
2941388041
commit
e47755c8e9
2 changed files with 3 additions and 3 deletions
|
|
@ -30,7 +30,7 @@ void SenseCapSolarBoard::begin() {
|
|||
|
||||
#ifdef P_LORA_TX_LED
|
||||
pinMode(P_LORA_TX_LED, OUTPUT);
|
||||
digitalWrite(P_LORA_TX_LED, HIGH);
|
||||
digitalWrite(P_LORA_TX_LED, LOW);
|
||||
#endif
|
||||
|
||||
delay(10); // give sx1262 some time to power up
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue