Lock max temp

This commit is contained in:
Ben V. Brown
2024-06-08 20:05:48 +10:00
parent ef6e944b13
commit 9ef23e00da
3 changed files with 12 additions and 8 deletions

View File

@@ -256,3 +256,7 @@ uint16_t getTipInertia() { return TIP_THERMAL_INERTIA; }
void setBuzzer(bool on) {}
void showBootLogo(void) { BootLogo::handleShowingLogo((uint8_t *)FLASH_LOGOADDR); }
#ifdef CUSTOM_MAX_TEMP_C
TemperatureType_t getCustomTipMaxInC() { return MAX_TEMP_C; }
#endif