Skip to content

Commit

Permalink
Update TTGO_T-Beam_LoRa_APRS.ino
Browse files Browse the repository at this point in the history
1,5h investigation thanks Thomas.
  • Loading branch information
SQ9MDD authored Oct 15, 2021
1 parent 4366b35 commit 228037a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TTGO_T-Beam_LoRa_APRS.ino
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ void writedisplaytext(String HeaderTxt, String Line1, String Line2, String Line3
}else if(BattVolts <= 3.3){
#ifdef T_BEAM_V1_0
axp.setChgLEDMode(AXP20X_LED_OFF);
axp.shutdown();
//axp.shutdown(); <-we need fix this
#endif
}
display.clearDisplay();
Expand Down

0 comments on commit 228037a

Please sign in to comment.