Fix compile

This commit is contained in:
suchmememanyskill
2025-02-01 17:37:06 +01:00
parent fbc2964ad8
commit d8a9b13fe1
2 changed files with 6 additions and 5 deletions

View File

@@ -375,6 +375,7 @@ void show_ip_entry()
lv_textarea_set_placeholder_text(host_entry, "Printer IP");
lv_textarea_set_placeholder_text(port_entry, "Access code");
lv_textarea_set_placeholder_text(auth_entry, "Printer serial number");
lv_obj_clear_flag(auth_entry, LV_OBJ_FLAG_USER_2);
lv_obj_add_flag(auth_entry, LV_OBJ_FLAG_USER_3);
break;
case PrinterType::PrinterTypeOctoprint: