Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
91d492ec62 | |||
90c39b1fc2 | |||
0b7db96c86 | |||
c0e0c36339 |
@ -4,11 +4,11 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// GENERAL
|
// GENERAL Information
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
#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 "druffmann77" // 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 "druffmann77"
|
||||||
#endif
|
#endif
|
||||||
#ifndef WIFI1_IP
|
#ifndef WIFI1_IP
|
||||||
#define WIFI1_IP ""
|
#define WIFI1_IP ""
|
||||||
|
@ -37,7 +37,7 @@ build_flags_1m = ${common.build_flags} -Wl,-Tesp8266.flash.1m0.ld
|
|||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# IP address when using OTA
|
# IP address when using OTA
|
||||||
upload_port = esp_az_dht-pir.local
|
upload_port = esp_az_dht-pir.local
|
||||||
upload_flags = --auth=***REMOVED*** --port 8266
|
upload_flags = --auth=druffmann77 --port 8266
|
||||||
#upload_port = "${env.ESPURNA_IP}"
|
#upload_port = "${env.ESPURNA_IP}"
|
||||||
#upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266
|
#upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ data_dir = espurna/data
|
|||||||
; framework = arduino
|
; framework = arduino
|
||||||
;
|
;
|
||||||
; upload_port = esp_wz_strom.local ;192.168.1.134
|
; upload_port = esp_wz_strom.local ;192.168.1.134
|
||||||
; upload_flags = --auth=***REMOVED***
|
; upload_flags = --auth=druffmann77
|
||||||
|
|
||||||
[env:esp_ku]
|
[env:esp_ku]
|
||||||
platform = espressif8266
|
platform = espressif8266
|
||||||
@ -17,7 +17,7 @@ board = esp12e
|
|||||||
framework = arduino
|
framework = arduino
|
||||||
|
|
||||||
upload_port = esp_ku_strom.local ;192.168.1.134
|
upload_port = esp_ku_strom.local ;192.168.1.134
|
||||||
upload_flags = --auth=***REMOVED***
|
upload_flags = --auth=druffmann77
|
||||||
|
|
||||||
[env:esp_bd]
|
[env:esp_bd]
|
||||||
platform = espressif8266
|
platform = espressif8266
|
||||||
@ -25,7 +25,7 @@ board = esp12e
|
|||||||
framework = arduino
|
framework = arduino
|
||||||
|
|
||||||
upload_port = esp_bd_strom.local ;192.168.1.134
|
upload_port = esp_bd_strom.local ;192.168.1.134
|
||||||
upload_flags = --auth=***REMOVED***
|
upload_flags = --auth=druffmann77
|
||||||
|
|
||||||
[env:esp_az]
|
[env:esp_az]
|
||||||
platform = espressif8266
|
platform = espressif8266
|
||||||
@ -33,7 +33,7 @@ board = esp12e
|
|||||||
framework = arduino
|
framework = arduino
|
||||||
|
|
||||||
upload_port = esp_az_strom.local ;192.168.1.134
|
upload_port = esp_az_strom.local ;192.168.1.134
|
||||||
upload_flags = --auth=***REMOVED***
|
upload_flags = --auth=druffmann77
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# LIBRARIES: required dependencies
|
# LIBRARIES: required dependencies
|
||||||
|
2
replacements.txt
Normal file
2
replacements.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
druffmann77
|
||||||
|
chico
|
Loading…
Reference in New Issue
Block a user