File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
32
32
void reset_board (void ) {
33
33
// turn off any left over LED
34
- board_reset_user_neopixels (& pin_GPIO29 , 62 );
34
+ board_reset_user_neopixels (& pin_GPIO29 , 19 );
35
35
}
36
36
37
37
// Use the MP_WEAK supervisor/shared/board.c versions of routines not defined here.
Original file line number Diff line number Diff line change 31
31
32
32
void reset_board (void ) {
33
33
// turn off any left over LED
34
- board_reset_user_neopixels (& pin_GPIO29 , 62 );
34
+ board_reset_user_neopixels (& pin_GPIO29 , 45 );
35
35
}
36
36
37
37
// Use the MP_WEAK supervisor/shared/board.c versions of routines not defined here.
Original file line number Diff line number Diff line change 31
31
32
32
void reset_board (void ) {
33
33
// turn off any left over LED
34
- board_reset_user_neopixels (& pin_GPIO29 , 62 );
34
+ board_reset_user_neopixels (& pin_GPIO29 , 88 );
35
35
}
36
36
37
37
// Use the MP_WEAK supervisor/shared/board.c versions of routines not defined here.
You can’t perform that action at this time.
0 commit comments