Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/AutoConnect/commit/014361be4233ebb69e20fbf04bf3853f04ef357a You should set ROOT_URL correctly, otherwise the web may not work correctly.

Changed a pin assigned to the trigger switch

pull/126/head
Hieromon Ikasamo 6 years ago
parent be3c560d41
commit 014361be42
  1. 2
      examples/ConfigIP/ConfigIP.ino

@ -33,7 +33,7 @@
#if defined(ARDUINO_ARCH_ESP8266)
#include <ESP8266WiFi.h>
#include <ESP8266WebServer.h>
#define EXTERNAL_SWITCH_PIN D2
#define EXTERNAL_SWITCH_PIN 4
#elif defined(ARDUINO_ARCH_ESP32)
#include <WiFi.h>
#include <WebServer.h>

Loading…
Cancel
Save