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

Fixed wrong link

pull/8/head
Hieromon Ikasamo 7 years ago
parent fa2baf5a17
commit b072d810eb
  1. 2
      examples/Simple/Simple.ino

@ -19,7 +19,7 @@ void rootPage() {
"<body>"
"<h2 align=\"center\" style=\"color:blue;margin:20px;\">Hello, world</h2>"
"<h3 align=\"center\" style=\"color:gray;margin:10px;\">{{DateTime}}</h3>"
"<p><a href=\"" AUTOCONNECT_URI "\">AutoConnect menu</a></p>"
"<p style=\"padding-top:10px;text-align:center\">" AUTOCONNECT_LINK(COG_32) "</p>"
"</body>"
"</html>";
static const char *wd[7] = { "Sun","Mon","Tue","Wed","Thr","Fri","Sat" };

Loading…
Cancel
Save