Compare commits

...

8 Commits

Author SHA1 Message Date
f7f9c598cc Merge branch 'master' of https://gitlab.fire-devils.org/ManuelW/espurna-sonoff-pow 2018-07-08 19:32:02 +02:00
6556dcc1c6 Removed PW 2018-07-08 19:31:40 +02:00
3af6ffc24c pw 2018-07-08 19:30:25 +02:00
1c2ba339c6 test update 2018-07-08 19:29:01 +02:00
ab3b91fc6b Delete replacements.txt 2018-07-08 19:25:38 +02:00
3b8e2aec2c ignore 2018-07-08 19:25:10 +02:00
0d7723d0bf hää?? 2018-07-08 19:23:36 +02:00
0798b0d98f test 2018-07-08 19:15:02 +02:00
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

@ -8,7 +8,7 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
#define DEVICE_NAME MANUFACTURER "_" DEVICE // Concatenate both to get a unique device name #define DEVICE_NAME MANUFACTURER "_" DEVICE // Concatenate both to get a unique device name
#define ADMIN_PASS "XXX" // Default password (WEB, OTA, WIFI) #define ADMIN_PASS "**Password**" // Default password (WEB, OTA, WIFI)
#define USE_PASSWORD 1 // Insecurity caution! Disabling this will disable password querying completely. #define USE_PASSWORD 1 // Insecurity caution! Disabling this will disable password querying completely.
#define LOOP_DELAY_TIME 10 // Delay for this millis in the main loop [0-250] #define LOOP_DELAY_TIME 10 // Delay for this millis in the main loop [0-250]
@ -345,7 +345,7 @@ PROGMEM const char* const custom_reset_string[] = {
#define WIFI1_SSID "iApfel" #define WIFI1_SSID "iApfel"
#endif #endif
#ifndef WIFI1_PASS #ifndef WIFI1_PASS
#define WIFI1_PASS "XXX" #define WIFI1_PASS "**Password**"
#endif #endif
#ifndef WIFI1_IP #ifndef WIFI1_IP
#define WIFI1_IP "" #define WIFI1_IP ""