parent
d900bc3844
commit
f7457bd8b3
1 changed files with 2 additions and 10 deletions
|
@ -12,7 +12,6 @@
|
||||||
; ln -s src/platformio.ini ./platformio.ini
|
; ln -s src/platformio.ini ./platformio.ini
|
||||||
|
|
||||||
[env:d1_mini]
|
[env:d1_mini]
|
||||||
# platform = espressif8266@^2
|
|
||||||
platform = espressif8266
|
platform = espressif8266
|
||||||
board = d1_mini
|
board = d1_mini
|
||||||
framework = arduino
|
framework = arduino
|
||||||
|
@ -24,12 +23,8 @@ lib_deps =
|
||||||
https://github.com/PaulStoffregen/Encoder.git
|
https://github.com/PaulStoffregen/Encoder.git
|
||||||
https://github.com/adafruit/DHT-sensor-library
|
https://github.com/adafruit/DHT-sensor-library
|
||||||
https://github.com/adafruit/Adafruit_Sensor
|
https://github.com/adafruit/Adafruit_Sensor
|
||||||
upload_protocol = espota
|
|
||||||
upload_port = HOSTNAME
|
|
||||||
upload_flags = --host_port=54321
|
|
||||||
|
|
||||||
[env:d1_minidebug]
|
[env:d1_minidebug]
|
||||||
# platform = espressif8266@^2
|
|
||||||
platform = espressif8266
|
platform = espressif8266
|
||||||
board = d1_mini
|
board = d1_mini
|
||||||
framework = arduino
|
framework = arduino
|
||||||
|
@ -41,8 +36,5 @@ lib_deps =
|
||||||
https://github.com/PaulStoffregen/Encoder.git
|
https://github.com/PaulStoffregen/Encoder.git
|
||||||
https://github.com/adafruit/DHT-sensor-library
|
https://github.com/adafruit/DHT-sensor-library
|
||||||
https://github.com/adafruit/Adafruit_Sensor
|
https://github.com/adafruit/Adafruit_Sensor
|
||||||
upload_protocol = espota
|
#upload_protocol = espota
|
||||||
upload_port = 172.23.23.12
|
#upload_port = 172.23.23.12
|
||||||
upload_flags = --host_port=54321
|
|
||||||
|
|
||||||
# platformio run --target upload --environment d1_mini
|
|
||||||
|
|
Loading…
Reference in a new issue