changes in ceredentials-handling of sourcefiles
This commit is contained in:
@@ -17,14 +17,17 @@ platform = espressif8266
|
||||
board = d1_mini
|
||||
framework = arduino
|
||||
|
||||
|
||||
;upload_port = 192.168.0.20
|
||||
;upload_protocol = espota
|
||||
;upload_flags =
|
||||
; --auth="chainlube"
|
||||
upload_protocol=esptool
|
||||
upload_port = 10.0.1.90
|
||||
upload_protocol = espota
|
||||
upload_flags =
|
||||
--auth = ${wifi_cred.admin_pass}
|
||||
|
||||
build_flags =
|
||||
!python git_rev_macro.py
|
||||
-DWIFI_SSID=${wifi_cred.wifi_ssid}
|
||||
-DWIFI_PASSWORD=${wifi_cred.wifi_password}
|
||||
-DADMIN_PASS=${wifi_cred.admin_pass}
|
||||
|
||||
;-DDEBUG
|
||||
-fexceptions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user