This commit is contained in:
Manuel Weiser 2018-07-09 08:31:33 +02:00
parent 757e02308a
commit 6109d730e2
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
.piolibdeps .piolibdeps
.clang_complete .clang_complete
.gcc-flags.json .gcc-flags.json
replacements.txt

View File

@ -10,8 +10,8 @@ extern "C" {
String esp_id = "duft"; String esp_id = "duft";
const char *ssid = "xxx"; // cannot be longer than 32 characters! const char *ssid = "iApfel"; // cannot be longer than 32 characters!
const char *password = "xxx"; // const char *password = "***PASSWORD***"; //
const char* mqtt_server = "192.168.1.5"; const char* mqtt_server = "192.168.1.5";
#define SERV1 12 // Pin connected to the Servomotor #define SERV1 12 // Pin connected to the Servomotor