some fixes and firmware stabilization

This commit is contained in:
sharandac
2020-08-06 17:31:40 +02:00
parent 7876f35e39
commit 4f22ef3c24
26 changed files with 1646 additions and 967 deletions

View File

@@ -69,7 +69,7 @@ void display_loop( TTGOClass *ttgo ) {
void display_standby( void ) {
TTGOClass *ttgo = TTGOClass::getWatch();
log_i("standby");
ttgo->bl->adjust( 0 );
ttgo->displaySleep();
ttgo->closeBL();