mirror of
https://github.com/suchmememanyskill/CYD-Klipper.git
synced 2026-03-21 05:33:24 +00:00
Fix compile
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user