From 07f78f93826e1a289cd54a2683f7b6c295f1cb10 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Wed, 28 Oct 2020 14:45:56 +0100 Subject: [PATCH 1/2] Update platformio_tasmota_env.ini --- platformio_tasmota_env.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platformio_tasmota_env.ini b/platformio_tasmota_env.ini index 9817fdb0f..ed4d5ce65 100644 --- a/platformio_tasmota_env.ini +++ b/platformio_tasmota_env.ini @@ -30,6 +30,8 @@ lib_ignore = EspSoftwareSerial SPISlave Hash +; Disable next if you want to use ArduinoOTA in Tasmota (default disabled) + ArduinoOTA [env:tasmota] From dc076f655881dd3f376082f08f3b9a23aed2413e Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Wed, 28 Oct 2020 14:46:41 +0100 Subject: [PATCH 2/2] Update platformio_tasmota_env32.ini --- platformio_tasmota_env32.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/platformio_tasmota_env32.ini b/platformio_tasmota_env32.ini index 58eb34a4a..e030763e4 100644 --- a/platformio_tasmota_env32.ini +++ b/platformio_tasmota_env32.ini @@ -26,7 +26,9 @@ lib_ignore = ESP32 Preferences BluetoothSerial - +; Disable next if you want to use ArduinoOTA in Tasmota32 (default disabled) + ArduinoOTA + [env:tasmota32-webcam] extends = env:tasmota32 board = esp32cam