mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Allow longer wifi ssid and password
This commit is contained in:
parent
243a9aac31
commit
c1a8d04da8
@ -52,8 +52,8 @@ static void kb_event_cb(lv_obj_t* event_kb, lv_event_t event)
|
||||
{
|
||||
if(event == LV_EVENT_APPLY) {
|
||||
StaticJsonDocument<256> settings;
|
||||
char ssid[32] = "";
|
||||
char pass[32] = "";
|
||||
char ssid[64] = "";
|
||||
char pass[64] = "";
|
||||
lv_obj_t* obj;
|
||||
|
||||
obj = hasp_find_obj_from_parent_id(oobepage[1], (uint8_t)10);
|
||||
|
Loading…
x
Reference in New Issue
Block a user