1
0
forked from me/IronOS

soldering profile mode → profile mode

This commit is contained in:
Laura Klünder
2023-04-25 01:31:49 +02:00
parent 252287c4dd
commit 578fd54463
38 changed files with 127 additions and 127 deletions

View File

@@ -53,7 +53,7 @@ enum SettingsOptions {
CalibrateCJC = 36, // Toggle calibrate CJC at next boot
BluetoothLE = 37, // Toggle BLE if present
PDVpdo = 38, // Toggle PPS & EPR
ProfilePhases = 39, // Number of Soldering Profile Phases
ProfilePhases = 39, // Number of profile mode phases
ProfilePreheatTemp = 40, // Temperature to preheat to before the first phase
ProfilePreheatSpeed = 41, // Maximum allowed preheat speed in degrees per second
ProfilePhase1Temp = 42, // Temperature to target for the end of phase 1

View File

@@ -57,7 +57,7 @@ void drawHomeScreen(bool buttonLockout) {
case BUTTON_F_LONG:
#ifdef PROFILE_SUPPORT
if (!isTipDisconnected()) {
gui_solderingProfileMode(); // enter soldering profile mode
gui_solderingProfileMode(); // enter profile mode
buttonLockout = true;
}
#else