fix warning/bl602 build, disable safe on win, add a space

This commit is contained in:
openshwprojects
2022-12-09 15:33:42 +01:00
parent 5683a980b6
commit 6cb7bf5c34
3 changed files with 3 additions and 1 deletions

View File

@ -785,7 +785,7 @@ int http_fn_index(http_request_t* request) {
}
#endif
if (bSafeMode) {
hprintf255(request, "<h5 style='color:red'>You are in safe mode (AP mode) because full reboot failed %i times.",
hprintf255(request, "<h5 style='color:red'>You are in safe mode (AP mode) because full reboot failed %i times. ",
Main_GetLastRebootBootFailures());
hprintf255(request, "Pins, relays, etc are disabled.</h5>");