🩹 Fix Nextion cstr/fstr typo (#27071)
This commit is contained in:
@@ -61,7 +61,7 @@ namespace ExtUI {
|
|||||||
UNUSED(icon); UNUSED(fBtn);
|
UNUSED(icon); UNUSED(fBtn);
|
||||||
}
|
}
|
||||||
void onUserConfirmRequired(const int icon, FSTR_P const fstr, FSTR_P const fBtn) {
|
void onUserConfirmRequired(const int icon, FSTR_P const fstr, FSTR_P const fBtn) {
|
||||||
onUserConfirmRequired(cstr);
|
onUserConfirmRequired(fstr);
|
||||||
UNUSED(icon); UNUSED(fBtn);
|
UNUSED(icon); UNUSED(fBtn);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user