Set max dimLevel on first setup

This commit is contained in:
fvanroie 2020-02-21 23:54:47 +01:00
parent 741eb0ca64
commit 3f6743087e

View File

@ -703,6 +703,8 @@ void haspReconnect()
void haspDisplayAP(const char * ssid, const char * pass) void haspDisplayAP(const char * ssid, const char * pass)
{ {
guiSetDim(100);
String txt((char *)0); String txt((char *)0);
txt.reserve(64); txt.reserve(64);