mirror of https://github.com/arendst/Tasmota.git
Merge pull request #9648 from Jason2866/patch-1
Disable by default ArduinoOTA lib
This commit is contained in:
commit
7ce5365cf6
|
@ -30,6 +30,8 @@ lib_ignore =
|
|||
EspSoftwareSerial
|
||||
SPISlave
|
||||
Hash
|
||||
; Disable next if you want to use ArduinoOTA in Tasmota (default disabled)
|
||||
ArduinoOTA
|
||||
|
||||
[env:tasmota]
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue