Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/esp-link/commit/23877f5ea734bd24f482f3a3534ead851f73094d You should set ROOT_URL correctly, otherwise the web may not work correctly.

Re-enable syslog by default and fix compilation issue

pull/163/head
Thorsten von Eicken 9 years ago
parent 1e87efec8c
commit 23877f5ea7
  1. 2
      Makefile
  2. 2
      html/services.js

@ -101,7 +101,7 @@ LED_SERIAL_PIN ?= 14
# --------------- esp-link modules config options ---------------
# Optional Modules mqtt
MODULES ?= mqtt rest #syslog
MODULES ?= mqtt rest syslog
# --------------- esphttpd config options ---------------

@ -54,7 +54,7 @@ function displayServices(data) {
if (data.syslog_host !== undefined) {
$("#Syslog-form").removeAttribute("hidden");
} else {
# syslog disabled...
// syslog disabled...
$("#Syslog-form").parentNode.setAttribute("hidden", "");
}
$("#SNTP-form").removeAttribute("hidden");

Loading…
Cancel
Save