From b87cfdb772c8c8f58adcf478b105f490023ad589 Mon Sep 17 00:00:00 2001 From: Ollo Date: Tue, 13 Oct 2020 20:24:08 +0200 Subject: [PATCH] Moved configuration and webserver --- esp32/{ => data}/homie/.gitignore | 0 esp32/{ => data}/homie/ui_bundle.gz | Bin esp32/platformio.ini | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename esp32/{ => data}/homie/.gitignore (100%) rename esp32/{ => data}/homie/ui_bundle.gz (100%) diff --git a/esp32/homie/.gitignore b/esp32/data/homie/.gitignore similarity index 100% rename from esp32/homie/.gitignore rename to esp32/data/homie/.gitignore diff --git a/esp32/homie/ui_bundle.gz b/esp32/data/homie/ui_bundle.gz similarity index 100% rename from esp32/homie/ui_bundle.gz rename to esp32/data/homie/ui_bundle.gz diff --git a/esp32/platformio.ini b/esp32/platformio.ini index cfd3748..360c453 100644 --- a/esp32/platformio.ini +++ b/esp32/platformio.ini @@ -18,4 +18,4 @@ board_build.partitions = huge_app.csv ; the latest development brankitchen-lightch (convention V3.0.x) lib_deps = https://github.com/homieiot/homie-esp8266.git#v3.0 OneWire -upload_port = /dev/ttyUSB0 +upload_port = /dev/ttyUSB1