We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc8c1cc commit a26a8cfCopy full SHA for a26a8cf
RCMv3/websiteserver.h
@@ -257,6 +257,7 @@ void startWebServer()
257
if (prefs.isKey("miscConfigInfo")) {
258
size_t len = prefs.getBytesLength("miscConfigInfo"); // Preferences library allows long byte arrays but limits strings
259
char buf[len];
260
+ prefs.getBytes("miscConfigInfo", buf, len);
261
request->send(200, "application/json", buf);
262
Serial.println(len);
263
Serial.println(buf);
0 commit comments