67 lines
1.9 KiB
Plaintext
67 lines
1.9 KiB
Plaintext
|
[platformio]
|
||
|
#env_default = wemos-d1mini-relayshield-ota
|
||
|
src_dir = espurna
|
||
|
data_dir = espurna/data
|
||
|
|
||
|
; [env:esp_wz]
|
||
|
; platform = espressif8266
|
||
|
; board = esp12e
|
||
|
; framework = arduino
|
||
|
;
|
||
|
; upload_port = esp_wz_strom.local ;192.168.1.134
|
||
|
; upload_flags = --auth=***REMOVED***
|
||
|
|
||
|
[env:esp_ku]
|
||
|
platform = espressif8266
|
||
|
board = esp12e
|
||
|
framework = arduino
|
||
|
|
||
|
upload_port = esp_ku_strom.local ;192.168.1.134
|
||
|
upload_flags = --auth=***REMOVED***
|
||
|
|
||
|
[env:esp_bd]
|
||
|
platform = espressif8266
|
||
|
board = esp12e
|
||
|
framework = arduino
|
||
|
|
||
|
upload_port = esp_bd_strom.local ;192.168.1.134
|
||
|
upload_flags = --auth=***REMOVED***
|
||
|
|
||
|
[env:esp_az]
|
||
|
platform = espressif8266
|
||
|
board = esp12e
|
||
|
framework = arduino
|
||
|
|
||
|
upload_port = esp_az_strom.local ;192.168.1.134
|
||
|
upload_flags = --auth=***REMOVED***
|
||
|
|
||
|
# ------------------------------------------------------------------------------
|
||
|
# LIBRARIES: required dependencies
|
||
|
# Please note that we don't always use the latest version of a library.
|
||
|
# ------------------------------------------------------------------------------
|
||
|
lib_deps =
|
||
|
ArduinoJson
|
||
|
https://github.com/marvinroger/async-mqtt-client#v0.8.1
|
||
|
Brzo I2C
|
||
|
https://bitbucket.org/xoseperez/debounceevent.git#2.0.1
|
||
|
Embedis
|
||
|
https://github.com/plerup/espsoftwareserial#7077979
|
||
|
https://github.com/me-no-dev/ESPAsyncTCP#55cd520
|
||
|
https://github.com/me-no-dev/ESPAsyncWebServer#232b87a
|
||
|
https://bitbucket.org/xoseperez/fauxmoesp.git#2.4.2
|
||
|
https://bitbucket.org/xoseperez/hlw8012.git#1.1.0
|
||
|
https://github.com/markszabo/IRremoteESP8266#v2.2.0
|
||
|
https://bitbucket.org/xoseperez/justwifi.git#1.1.6
|
||
|
https://github.com/madpilot/mDNSResolver#4cfcda1
|
||
|
https://github.com/xoseperez/my92xx#3.0.1
|
||
|
https://bitbucket.org/xoseperez/nofuss.git#0.2.5
|
||
|
https://github.com/xoseperez/NtpClient.git#0016a59
|
||
|
OneWire
|
||
|
PMS Library
|
||
|
PZEM004T
|
||
|
PubSubClient
|
||
|
rc-switch
|
||
|
https://github.com/xoseperez/Time
|
||
|
lib_ignore =
|
||
|
extra_scripts = extra_scripts.py
|