Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
f7f9c598cc | |||
6556dcc1c6 | |||
3af6ffc24c | |||
1c2ba339c6 | |||
ab3b91fc6b | |||
3b8e2aec2c | |||
0d7723d0bf | |||
0798b0d98f |
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
.piolibdeps
|
||||
.clang_complete
|
||||
.gcc-flags.json
|
||||
replacements.txt
|
||||
|
@ -8,7 +8,7 @@
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
#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 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"
|
||||
#endif
|
||||
#ifndef WIFI1_PASS
|
||||
#define WIFI1_PASS "XXX"
|
||||
#define WIFI1_PASS "**Password**"
|
||||
#endif
|
||||
#ifndef WIFI1_IP
|
||||
#define WIFI1_IP ""
|
||||
|
Loading…
Reference in New Issue
Block a user