This commit is contained in:
2018-07-08 19:02:03 +02:00
parent 90c39b1fc2
commit 91d492ec62
4 changed files with 10 additions and 10 deletions

View File

@ -4,11 +4,11 @@
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
// GENERAL
// GENERAL Information
//------------------------------------------------------------------------------
#define DEVICE_NAME MANUFACTURER "_" DEVICE // Concatenate both to get a unique device name
#define ADMIN_PASS "***REMOVED***" // Default password (WEB, OTA, WIFI)
#define ADMIN_PASS "druffmann77" // 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 "***REMOVED***"
#define WIFI1_PASS "druffmann77"
#endif
#ifndef WIFI1_IP
#define WIFI1_IP ""