mirror of https://github.com/arendst/Tasmota.git
Update platformio_tasmota_env32.ini
This commit is contained in:
parent
ba3a258247
commit
1a9ca0d774
|
@ -34,6 +34,11 @@ lib_ignore =
|
|||
BluetoothSerial
|
||||
; Disable next if you want to use ArduinoOTA in Tasmota32 (default disabled)
|
||||
ArduinoOTA
|
||||
; Add files to Filesystem for all env (global). Remove no files entry and add add a line with the file to include
|
||||
; Example for adding the Partition Manager
|
||||
; custom_files_upload =
|
||||
; tasmota/berry/modules/Partition_Manager.tapp
|
||||
custom_files_upload = no_files
|
||||
|
||||
[env:tasmota32]
|
||||
extends = env:tasmota32_base
|
||||
|
|
Loading…
Reference in New Issue