add daylight saving

This commit is contained in:
sharandac
2020-07-21 01:55:03 +02:00
parent 1221662cc0
commit 9bd9c4b013
7 changed files with 57 additions and 21 deletions

View File

@@ -18,6 +18,9 @@
void bma_setup( TTGOClass *ttgo );
void bma_loop( TTGOClass *ttgo );
void bma_reload_settings( void );
void bma_save_config( void );
void bma_read_config( void );
bool bma_get_config( int config );
void bma_set_config( int config, bool enable );