1
0
forked from me/IronOS

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:
Ben V. Brown
2023-07-11 08:36:32 +10:00
parent c308fe8cc2
commit 5303d27f96
20 changed files with 955 additions and 928 deletions

View File

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