mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-17 13:22:53 +01:00
Change Mining Url to Stratum Host on screen (#577)
Similar to #561 to fix #557.
This commit is contained in:
parent
ba6be3c3bb
commit
32b74c6911
@ -165,7 +165,7 @@ static lv_obj_t * create_scr_urls(SystemModule * module) {
|
||||
lv_obj_set_flex_align(scr, LV_FLEX_ALIGN_SPACE_EVENLY, LV_FLEX_ALIGN_START, LV_FLEX_ALIGN_START);
|
||||
|
||||
lv_obj_t *label1 = lv_label_create(scr);
|
||||
lv_label_set_text(label1, "Mining URL:");
|
||||
lv_label_set_text(label1, "Stratum Host:");
|
||||
|
||||
mining_url_scr_urls_label = lv_label_create(scr);
|
||||
lv_obj_set_width(mining_url_scr_urls_label, LV_HOR_RES);
|
||||
|
Loading…
x
Reference in New Issue
Block a user