diff --git a/src/Duftsprueher.ino b/src/Duftsprueher.ino index 68b59e1..d84ff87 100644 --- a/src/Duftsprueher.ino +++ b/src/Duftsprueher.ino @@ -1,10 +1,8 @@ - #include #include //ESP library from http://github.com/esp8266/Arduino #include // MQTT library from http://github.com/Imroy/pubsubclient #include "Servo.h" -#include extern "C" { #include "user_interface.h" @@ -12,8 +10,8 @@ extern "C" { String esp_id = "duft"; -const char *ssid = "iApfel"; // cannot be longer than 32 characters! -const char *password = "***REMOVED***"; // +const char *ssid = "xxx"; // cannot be longer than 32 characters! +const char *password = "xxx"; // const char* mqtt_server = "192.168.1.5"; #define SERV1 12 // Pin connected to the Servomotor