Update platformio_tasmota_env32.ini

This commit is contained in:
Jason2866 2022-05-12 10:59:21 +02:00 committed by GitHub
parent ba3a258247
commit 1a9ca0d774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

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