mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Track and return Operating Mode with BLE (#1553)
Track and return Operating Mode with BLE
This commit is contained in:
@@ -24,6 +24,13 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
// Exposed modes
|
||||
enum OperatingMode {
|
||||
idle = 0,
|
||||
soldering = 1,
|
||||
sleeping = 2,
|
||||
settings = 3,
|
||||
debug = 4
|
||||
};
|
||||
|
||||
void performCJCC(void); // Used to calibrate the Cold Junction offset
|
||||
void gui_solderingTempAdjust(void); // For adjusting the setpoint temperature of the iron
|
||||
|
||||
Reference in New Issue
Block a user