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
SPISlave
Hash
; Disable next if you want to use ArduinoOTA in Tasmota (default disabled)
ArduinoOTA
[env:tasmota]

View File

@ -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