Skip to content

Commit

Permalink
Shorten label
Browse files Browse the repository at this point in the history
  • Loading branch information
mutatrum authored Feb 2, 2025
1 parent c2d6e58 commit 01c00fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ static lv_obj_t * create_scr_invalid_asic(SystemModule * module) {
lv_label_set_text(label1, "ASIC MODEL INVALID");

lv_obj_t *label2 = lv_label_create(scr);
lv_label_set_text(label2, "Wi-Fi (join to setup):");
lv_label_set_text(label2, "Wi-Fi (for setup):");

lv_obj_t *label3 = lv_label_create(scr);
lv_label_set_text(label3, module->ap_ssid);
Expand Down

0 comments on commit 01c00fb

Please sign in to comment.