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

Fixed typos.

pull/123/head
Hieromon Ikasamo 6 years ago committed by Hieromon Ikasamo
parent 00aceebc66
commit f77af375cc
  1. 2
      examples/Elements/Elements.ino

@ -47,7 +47,7 @@ static const char PAGE_ELEMENTS[] PROGMEM = R"(
{ {
"name": "input", "name": "input",
"type": "ACInput", "type": "ACInput",
"lavel": "Text input", "label": "Text input",
"placeholder": "This area accepts hostname patterns", "placeholder": "This area accepts hostname patterns",
"pattern": "^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\-]*[A-Za-z0-9])$" "pattern": "^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\-]*[A-Za-z0-9])$"
}, },

Loading…
Cancel
Save