debug Target
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
505436d907
commit
5e2303bebc
|
@ -27,3 +27,22 @@ lib_deps =
|
||||||
upload_protocol = espota
|
upload_protocol = espota
|
||||||
upload_port = HOSTNAME
|
upload_port = HOSTNAME
|
||||||
upload_flags = --host_port=54321
|
upload_flags = --host_port=54321
|
||||||
|
|
||||||
|
[env:d1_minidebug]
|
||||||
|
# platform = espressif8266@^2
|
||||||
|
platform = espressif8266
|
||||||
|
board = d1_mini
|
||||||
|
framework = arduino
|
||||||
|
upload_speed = 1500000
|
||||||
|
monitor_speed = 115200
|
||||||
|
lib_deps =
|
||||||
|
bblanchon/ArduinoJson
|
||||||
|
https://github.com/homieiot/homie-esp8266
|
||||||
|
https://github.com/PaulStoffregen/Encoder.git
|
||||||
|
https://github.com/adafruit/DHT-sensor-library
|
||||||
|
https://github.com/adafruit/Adafruit_Sensor
|
||||||
|
upload_protocol = espota
|
||||||
|
upload_port = 172.23.23.12
|
||||||
|
upload_flags = --host_port=54321
|
||||||
|
|
||||||
|
# platformio run --target upload --environment d1_mini
|
Loading…
Reference in New Issue