Update TTGO_T-Beam_LoRa_APRS.ino
1,5h investigation thanks Thomas.
This commit is contained in:
parent
4366b3542c
commit
228037a0cc
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue