From 5e2303bebc8ea378982b6ac6a909783470763713 Mon Sep 17 00:00:00 2001 From: starcalc Date: Tue, 7 Jun 2022 22:57:46 +0200 Subject: [PATCH] debug Target --- platformio.ini | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/platformio.ini b/platformio.ini index fbff0d4..9a863e4 100644 --- a/platformio.ini +++ b/platformio.ini @@ -27,3 +27,22 @@ lib_deps = upload_protocol = espota upload_port = HOSTNAME 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 \ No newline at end of file