Lock max temp

This commit is contained in:
Ben V. Brown
2024-06-08 20:05:48 +10:00
committed by Ben V. Brown
parent cb6dfab47e
commit 037c0f497e
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