Update TTGO_T-Beam_LoRa_APRS.ino

1,5h investigation thanks Thomas.
This commit is contained in:
Rysiek Labus (SQ9MDD) 2021-10-15 22:17:43 +02:00 committed by GitHub
parent 4366b3542c
commit 228037a0cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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();