add updater and some tiny changes

This commit is contained in:
sharandac
2020-07-22 11:43:49 +02:00
parent 9c67712f90
commit 3d85767af9
18 changed files with 473 additions and 12 deletions

View File

@@ -78,7 +78,6 @@ void display_set_brightness( uint32_t brightness ) {
}
uint32_t display_get_rotation( void ) {
TTGOClass *ttgo = TTGOClass::getWatch();
return( display_config.rotation );
}