Starting GUI render refactor to be more immediate mode
Update TemperatureAdjust.cpp . Cleanup Soldering Sleep SolderingProfiles Soldering Rework Rough pass GUI Temp Adjust Cleanup old OperatingMode Debug Menu
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#define GUI_HPP_
|
||||
#include "BSP.h"
|
||||
#include "FreeRTOS.h"
|
||||
#include "Buttons.hpp"
|
||||
#include "Settings.h"
|
||||
#include "Translation.h"
|
||||
|
||||
@@ -37,7 +38,7 @@ typedef struct {
|
||||
} menuitem;
|
||||
|
||||
void enterSettingsMenu();
|
||||
void warnUser(const char *warning, const TickType_t timeout);
|
||||
bool warnUser(const char *warning, const ButtonState buttons);
|
||||
extern const menuitem rootSettingsMenu[];
|
||||
|
||||
#endif /* GUI_HPP_ */
|
||||
|
||||
Reference in New Issue
Block a user