I am using this code in Esp8266 to copy from Eeprom to a string :
Dim DynMqttServer As String = BC.StringFromBytes(EE.ReadBytes(ptrMqttserver+Offset,32))
BC.ObjectCopy(DynMqttServer, MqttServer, DynMqttServer.Length + 1)
but on my Esp32 it restarts continously :
AppStart
Guru...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.