reworked CJC appearance

This commit is contained in:
discip
2022-11-17 00:30:27 +01:00
committed by GitHub
parent 1444f94425
commit 161b8ba2cb
36 changed files with 169 additions and 8 deletions

View File

@@ -4,6 +4,10 @@ var def = ///
"id": "SettingsCalibrationWarning",
"description": "Confirmation message shown before performing an offset calibration. Should warn the user to make sure tip and handle are at the same temperature."
},
{
"id": "CJCCalibrating",
"description": "Message indicating CJC is being calibrated."
},
{
"id": "SettingsResetWarning",
"description": "Confirmation message shown before confirming a settings reset."
@@ -51,6 +55,10 @@ var def = ///
}
],
"messagesWarn": [{
"id": "CJCCalibrationDone",
"description": "Confirmation message indicating CJC calibration is complete."
},
{
"id": "SettingsResetMessage",
"description": "Shown when the settings are reset to factory defaults either by the user or by incompatible firmware changes."
},