Add isTipShorted() to warnings
This commit is contained in:
@@ -48,5 +48,9 @@ void showWarnings(void) {
|
||||
}
|
||||
}
|
||||
#endif /*POW_PD_EXT==1*/
|
||||
// If tip looks to be shorted, yell at user and dont auto dismiss
|
||||
if (isTipShorted()) {
|
||||
warnUser(translatedString(Tr->WarningTipShorted), portMAX_DELAY);
|
||||
}
|
||||
#endif /*NO_WARN_MISSING*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user