Merge pull request #9648 from Jason2866/patch-1

Disable by default ArduinoOTA lib
This commit is contained in:
Theo Arends 2020-10-28 14:53:30 +01:00 committed by GitHub
commit 7ce5365cf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -30,6 +30,8 @@ lib_ignore =
EspSoftwareSerial EspSoftwareSerial
SPISlave SPISlave
Hash Hash
; Disable next if you want to use ArduinoOTA in Tasmota (default disabled)
ArduinoOTA
[env:tasmota] [env:tasmota]

View File

@ -26,6 +26,8 @@ lib_ignore =
ESP32 ESP32
Preferences Preferences
BluetoothSerial BluetoothSerial
; Disable next if you want to use ArduinoOTA in Tasmota32 (default disabled)
ArduinoOTA
[env:tasmota32-webcam] [env:tasmota32-webcam]
extends = env:tasmota32 extends = env:tasmota32