Skip to content

Commit c01db98

Browse files
authored
update seeed solar node led pin (#6871)
1 parent beba1b4 commit c01db98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

variants/seeed_solar_node/variant.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
2121
// LEDs
2222
// LEDs
23-
#define PIN_LED1 (11) // LED P1.15
24-
#define PIN_LED2 (12) //
23+
#define PIN_LED1 (12) // LED P1.15
24+
#define PIN_LED2 (11) //
2525

2626
#define LED_BUILTIN PIN_LED1
2727
#define LED_CONN PIN_LED2
@@ -154,4 +154,4 @@ extern "C" {
154154
}
155155
#endif
156156

157-
#endif // _SEEED_SOLAR_NODE_H_
157+
#endif // _SEEED_SOLAR_NODE_H_

0 commit comments

Comments
 (0)