Fixed small issue of not terminating init() function correctly

This commit is contained in:
James 2018-12-09 17:15:27 +11:00
parent 2bc415b2af
commit ba5bd51b14

View file

@ -25,6 +25,7 @@ const char* MAIN_PAGE PROGMEM = R"=====(
document.getElementById("TempCurrent").innerHTML = event.data;
}
}
}