Skip to content

Commit

Permalink
Update gui.c
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v1c3nv11 authored Mar 22, 2021
1 parent d61281d commit ae6c317
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/sipgui/gui.c
Original file line number Diff line number Diff line change
Expand Up @@ -656,8 +656,10 @@ static void list_btn_event_handler(lv_obj_t * btn, lv_event_t event)
char * number = "999";//todo
for (int x=0;x<5;x++) {
if (strcmp(butlabel,Names[x]) == 0)
{
number = Numbers[x];
break;
}

}

Expand Down

0 comments on commit ae6c317

Please sign in to comment.