init
This commit is contained in:
parent
757e02308a
commit
6109d730e2
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
.piolibdeps
|
.piolibdeps
|
||||||
.clang_complete
|
.clang_complete
|
||||||
.gcc-flags.json
|
.gcc-flags.json
|
||||||
|
replacements.txt
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user