Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/AutoConnect/commit/dbc6ea10e05498a19a162412426b10f0f73137dd?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed typo.

pull/83/head
Hieromon Ikasamo 6 years ago
parent 66702821fa
commit dbc6ea10e0
  1. 2
      examples/Elements/Elements.ino

@ -189,7 +189,7 @@ void setup() {
param.close();
}
else {
aux["echo"].value = "<styleSPIFFS failed to open.";
aux["echo"].value = "SPIFFS failed to open.";
}
SPIFFS.end();
return String();

Loading…
Cancel
Save