We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf547cf commit 9dd93e5Copy full SHA for 9dd93e5
src/eez/modules/psu/temperature.cpp
@@ -92,7 +92,7 @@ void tick() {
92
93
if (tickCountMs - g_maxTempCheckStartTickMs > FAN_MAX_TEMP_DELAY * 1000L) {
94
// turn off power
95
- event_queue::pushEvent(event_queue::HIGH_TEMPERATURE_CH1 + maxChannelTemperatureIndex);
+ event_queue::pushEvent(event_queue::EVENT_ERROR_HIGH_TEMPERATURE_CH1 + maxChannelTemperatureIndex);
96
changePowerState(false);
97
}
98
} else {
0 commit comments