Skip to content

Commit

Permalink
fix(t14): charge led sometimes pink at USB connection (#4892)
Browse files Browse the repository at this point in the history
  • Loading branch information
3djc authored and pfeerick committed Apr 22, 2024
1 parent 692db18 commit bb1d76c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions radio/src/targets/taranis/board.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ void boardInit()
pwrOn(); // required to get bat adc reads
INTERNAL_MODULE_OFF();
EXTERNAL_MODULE_OFF();
delay_ms(2000); // let this stabilize

while (usbPlugged()) {
// // Let it charge ...
Expand Down

0 comments on commit bb1d76c

Please sign in to comment.