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

@@ -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