Update Duftsprueher.ino

This commit is contained in:
Manuel Weiser 2018-07-08 17:05:47 +02:00
parent a72bd67af0
commit 1cfd3d2d67

View File

@ -1,10 +1,8 @@
#include <Arduino.h>
#include <ESP8266WiFi.h> //ESP library from http://github.com/esp8266/Arduino
#include <PubSubClient.h> // MQTT library from http://github.com/Imroy/pubsubclient
#include "Servo.h"
#include <Adafruit_NeoPixel.h>
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