Skip to content

Commit

Permalink
update status
Browse files Browse the repository at this point in the history
  • Loading branch information
dontsovcmc committed Sep 15, 2023
1 parent 5c5af65 commit 7e7c15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WiFiManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2503,7 +2503,7 @@ void WiFiManager::reportStatus(String &page){
str.replace(FPSTR(T_r),FPSTR(HTTP_STATUS_IDLE_STATUS));
}
else{
String s = F("код: ") + String(current_status);
String s(current_status);
str.replace(FPSTR(T_c),"D");
str.replace(FPSTR(T_r), s);
}
Expand Down

0 comments on commit 7e7c15d

Please sign in to comment.