Bug Fix for network emits

Originally the address used for the SSID would become inconsistent because of the way the ESP32 uses the string class to store the SSID.  This would eventually end in an emit that crashed the socket from the client with an inconsistent UTF-8 byte.  The fix was to convert the string to a pointer for the emits.
This commit is contained in:
Robert Strouse 2023-02-20 09:07:20 -08:00
parent 16e85d5e08
commit 028cce5d8f
7 changed files with 9 additions and 9 deletions

View file

@ -601,7 +601,7 @@ div.waitoverlay > .lds-roller {
width:100%;
background-color:gainsboro;
color:gray;
height:60px;
min-height:60px;
top:0px;
padding-left:7px;
padding-right:7px;