mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 05:06:32 +00:00
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
|
EspSoftwareSerial
|
||||||
SPISlave
|
SPISlave
|
||||||
Hash
|
Hash
|
||||||
|
; Disable next if you want to use ArduinoOTA in Tasmota (default disabled)
|
||||||
|
ArduinoOTA
|
||||||
|
|
||||||
[env:tasmota]
|
[env:tasmota]
|
||||||
|
|
||||||
|
@ -26,7 +26,9 @@ 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
|
||||||
board = esp32cam
|
board = esp32cam
|
||||||
|
Loading…
x
Reference in New Issue
Block a user