reflow-oven-control-sw/stm-firmware/include/reflow-controller/ui/gui-config.h

8 lines
156 B
C

#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_ */