repeat last data when full set not available

This commit is contained in:
2021-07-25 19:47:29 +03:00
parent ad43cdea35
commit 4515881aea
4 changed files with 24 additions and 16 deletions

View File

@ -25,6 +25,8 @@ protected:
int week_counter = 0;
int month_counter = 0;
int max_week = 0;
int max_month = 0;
void add_month(int from ) ;
void switch_logic(float in , float out);