init
This commit is contained in:
parent
a7511316b1
commit
c89c5d8352
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
.piolibdeps
|
.piolibdeps
|
||||||
.clang_complete
|
.clang_complete
|
||||||
.gcc-flags.json
|
.gcc-flags.json
|
||||||
|
replacements.txt
|
||||||
|
@ -14,4 +14,4 @@ board = esp12e
|
|||||||
framework = arduino
|
framework = arduino
|
||||||
|
|
||||||
upload_port = esp_filwage.local ;192.168.1.134
|
upload_port = esp_filwage.local ;192.168.1.134
|
||||||
upload_flags = --auth=***REMOVED***
|
upload_flags = --auth=druffmann77
|
||||||
|
@ -19,9 +19,9 @@ const int spule = 150; // Gewicht Spule in g !! setze auf 0 zum Eichen !!
|
|||||||
const int ausgleich = 4462 + spule; // Grundgewicht für Eichung
|
const int ausgleich = 4462 + spule; // Grundgewicht für Eichung
|
||||||
|
|
||||||
const char* ssid = "iApfel";
|
const char* ssid = "iApfel";
|
||||||
const char* password = "***REMOVED***";
|
const char* password = "***PASSWORD***";
|
||||||
const char* mqtt_server = "192.168.1.5";
|
const char* mqtt_server = "192.168.1.5";
|
||||||
const char* ota_password = "***REMOVED***";
|
const char* ota_password = "***PASSWORD***";
|
||||||
|
|
||||||
String esp = "esp_" + String(esp_id);
|
String esp = "esp_" + String(esp_id);
|
||||||
char* esp_name = &esp[0u];
|
char* esp_name = &esp[0u];
|
||||||
|
Loading…
Reference in New Issue
Block a user