@@ -309,7 +309,7 @@ bool startWiFiManager(bool forcePortal)
309309 WiFiManagerParameter p_turl (" trmnl_url" , " TRMNL URL" , plateCfg.trmnlUrl , sizeof (plateCfg.trmnlUrl ) - 1 );
310310 WiFiManagerParameter p_tid (" trmnl_id" , " TRMNL ID" , plateCfg.trmnlId , sizeof (plateCfg.trmnlId ) - 1 );
311311 WiFiManagerParameter p_ttoken (" trmnl_token" , " TRMNL Token" , plateCfg.trmnlToken , sizeof (plateCfg.trmnlToken ) - 1 );
312- WiFiManagerParameter p_tlog (" trmnl_log" , " TRMNL Logging" , " T" , 2 , plateCfg.trmnlEnableLog ? " type=\" checkbox\" checked" : " type=\" checkbox\" " );
312+ WiFiManagerParameter p_tlog (" trmnl_log" , " TRMNL Logging" , " T" , 2 , plateCfg.trmnlEnableLog ? " type=\" checkbox\" style= \" margin-top:0.5em \" checked" : " type=\" checkbox\" style= \" margin-top:0.5em \" " , WFM_LABEL_AFTER );
313313
314314 // Section: QR WiFi
315315 WiFiManagerParameter h_qr (" <hr><h3>Guest WiFi QR Code</h3>" );
@@ -332,8 +332,8 @@ bool startWiFiManager(bool forcePortal)
332332
333333 // Section: Display & OTA
334334 WiFiManagerParameter h_disp (" <hr><h3>Display & OTA</h3>" );
335- WiFiManagerParameter p_dtime (" disp_time" , " Show Update Time" , " T" , 2 , plateCfg.displayLastUpdateTime ? " type=\" checkbox\" checked" : " type=\" checkbox\" " );
336- WiFiManagerParameter p_ota (" enable_ota" , " Enable OTA" , " T" , 2 , plateCfg.enableOta ? " type=\" checkbox\" checked" : " type=\" checkbox\" " );
335+ WiFiManagerParameter p_dtime (" disp_time" , " Show Update Time" , " T" , 2 , plateCfg.displayLastUpdateTime ? " type=\" checkbox\" style= \" margin-top:0.5em \" checked" : " type=\" checkbox\" style= \" margin-top:0.5em \" " , WFM_LABEL_AFTER );
336+ WiFiManagerParameter p_ota (" enable_ota" , " Enable OTA" , " T" , 2 , plateCfg.enableOta ? " type=\" checkbox\" style= \" margin-top:0.5em \" checked" : " type=\" checkbox\" style= \" margin-top:0.5em \" " , WFM_LABEL_AFTER );
337337
338338 // ---- Add all parameters ----
339339 wm.addParameter (&h_net);
0 commit comments