Improve GUI

This commit is contained in:
2020-12-07 00:19:42 +01:00
parent abb333cfe7
commit c67298118e
2 changed files with 25 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
#ifndef _GUI_CONFIG_H_
#define _GUI_CONFIG_H_
#define GUI_MONITORING_INTERVAL_MS 500U
#define GUI_TEMP_DRIVER_REFRESH_MS 750U
#endif /* _GUI_CONFIG_H_ */