Tasmota/platformio_override_sample.ini

174 lines
8.5 KiB
INI
Raw Normal View History

2020-11-02 07:16:50 +00:00
; *** Example PlatformIO Project Configuration Override File ***
; *** Changes done here override settings in platformio.ini ***
;
; *****************************************************************
; *** to activate rename this file to platformio_override.ini ***
; *****************************************************************
;
; Please visit documentation for the options and examples
; http://docs.platformio.org/en/stable/projectconf.html
[platformio]
; For best Gitpod performance remove the ";" in the next line. Needed Platformio files are cached and installed at first run
2021-02-02 14:07:13 +00:00
;core_dir = .platformio
2022-06-07 11:52:44 +01:00
; For unrelated compile errors with Windows it can help to shorten Platformio project path
;workspace_dir = c:\.pio
2022-12-13 14:02:01 +00:00
;extra_configs = platformio_tasmota_user_env.ini
2020-11-02 07:16:50 +00:00
; *** Build/upload environment
2021-06-22 17:38:54 +01:00
default_envs =
2020-11-02 07:16:50 +00:00
; *** Uncomment the line(s) below to select version(s)
2021-06-22 17:38:54 +01:00
tasmota
; tasmota-debug
; tasmota-minimal
; tasmota-lite
; tasmota-knx
; tasmota-sensors
; tasmota-display
; tasmota-zbbridge
; tasmota-ir
; tasmota32
2022-06-02 19:44:00 +01:00
; tasmota32-zbbrdgpro
2021-06-22 17:38:54 +01:00
; tasmota32-bluetooth
; tasmota32-webcam
; tasmota32-knx
; tasmota32-sensors
; tasmota32-lvgl
2021-06-22 17:38:54 +01:00
; tasmota32-ir
; tasmota32solo1
; tasmota32c3
2022-06-07 15:37:10 +01:00
; tasmota32c3cdc
2021-06-22 17:38:54 +01:00
; tasmota32s2
2022-06-07 15:37:10 +01:00
; tasmota32s2cdc
2022-05-13 09:36:01 +01:00
; tasmota32s3
2022-06-07 15:37:10 +01:00
; tasmota32s3cdc
2021-06-22 17:38:54 +01:00
; tasmota32-odroidgo
; tasmota32-core2
2022-06-02 19:44:00 +01:00
; tasmota32-nspanel
2020-11-02 07:16:50 +00:00
2021-06-18 10:55:31 +01:00
[env]
2021-10-24 13:07:57 +01:00
; Activate Development core by removing ";" the next lines
;platform = https://github.com/platformio/platform-espressif8266.git
;platform_packages = framework-arduinoespressif8266 @ https://github.com/esp8266/Arduino.git
; mcspr/toolchain-xtensa @ ~5.100300.211127
2022-06-02 19:44:00 +01:00
; platformio/tool-esptoolpy @ ~1.30300
2021-10-24 13:07:57 +01:00
;build_unflags = ${common.build_unflags}
; -Wswitch-unreachable
;build_flags = ${common.build_flags}
; -D PIO_FRAMEWORK_ARDUINO_MMU_CACHE16_IRAM48_SECHEAP_SHARED
; -Wno-switch-unreachable
; *** Optional Debug messages
; -DDEBUG_TASMOTA_CORE
; -DDEBUG_TASMOTA_DRIVER
; -DDEBUG_TASMOTA_SENSOR
2021-01-12 08:44:18 +00:00
; Build variant 1MB = 1MB firmware no filesystem (default)
2021-06-18 10:55:31 +01:00
board = ${common.board}
2021-04-18 10:34:34 +01:00
; Build variant 2MB = 1MB firmware, 1MB filesystem (most Shelly devices)
2021-06-18 10:55:31 +01:00
;board = esp8266_2M1M
2021-04-18 10:34:34 +01:00
; Build variant 4MB = 1MB firmware, 1MB OTA, 2MB filesystem (WEMOS D1 Mini, NodeMCU, Sonoff POW)
2021-06-18 10:55:31 +01:00
;board = esp8266_4M2M
;board_build.f_cpu = 160000000L
;board_build.f_flash = 40000000L
2021-10-24 13:07:57 +01:00
;monitor_speed = 115200
2021-06-18 09:32:58 +01:00
; *** Serial port used for erasing/flashing the ESP82xx
2021-10-24 13:07:57 +01:00
;upload_port = COM5
extra_scripts = ${esp_defaults.extra_scripts}
2021-06-18 10:55:31 +01:00
; pio-tools/obj-dump.py
lib_ignore =
2021-06-22 17:38:54 +01:00
Servo(esp8266)
ESP8266AVRISP
ESP8266LLMNR
ESP8266NetBIOS
ESP8266SSDP
SP8266WiFiMesh
Ethernet(esp8266)
GDBStub
TFT_Touch_Shield_V2
ESP8266HTTPUpdateServer
ESP8266WiFiMesh
EspSoftwareSerial
SPISlave
Hash
2021-06-18 10:55:31 +01:00
; Disable next if you want to use ArduinoOTA in Tasmota (default disabled)
2021-06-22 17:38:54 +01:00
ArduinoOTA
2021-06-18 10:55:31 +01:00
lib_extra_dirs = ${library.lib_extra_dirs}
2020-11-02 07:16:50 +00:00
2021-06-18 10:14:25 +01:00
[env:tasmota32_base]
2022-02-15 21:46:35 +00:00
; *** Uncomment next lines ";" to enable development Tasmota Arduino version ESP32
2022-09-24 16:36:06 +01:00
;platform = https://github.com/tasmota/platform-espressif32/releases/download/v2.0.5.1/platform-espressif32-2.0.5.1.zip
;platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/1008/framework-arduinoespressif32-IDF_Arduino-d772747b2.zip
; framework-arduino-solo1 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/1014/framework-arduinoespressif32-solo1-IDF_Arduino-d772747b2.zip
; framework-arduino-ITEAD @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/1013/framework-arduinoespressif32-ITEAD-IDF_Arduino-d772747b2.zip
2022-09-24 16:36:06 +01:00
;build_unflags = ${esp32_defaults.build_unflags}
;build_flags = ${esp32_defaults.build_flags}
;board = esp32
2021-06-18 10:55:31 +01:00
;board_build.f_cpu = 240000000L
;board_build.f_flash = 40000000L
;board_build.flash_mode = qio
;board_build.flash_size = 8MB
;board_upload.maximum_size = 8388608
;board_upload.arduino.flash_extra_images =
;board_build.partitions = partitions/esp32_partition_app2944k_fs2M.csv
2021-06-22 17:38:54 +01:00
monitor_speed = 115200
2021-06-18 09:32:58 +01:00
; *** Serial port used for erasing/flashing the ESP32
2021-06-22 17:38:54 +01:00
;upload_port = ${common.upload_port}
upload_port = COM4
;upload_speed = 115200
upload_resetmethod = ${common.upload_resetmethod}
2022-01-07 21:35:22 +00:00
extra_scripts = ${esp32_defaults.extra_scripts}
; pio-tools/obj-dump.py
2021-06-18 10:14:25 +01:00
lib_ignore =
2022-02-27 13:46:03 +00:00
HTTPUpdateServer
ESP RainMaker
WiFiProv
USB
SPIFFS
2021-06-22 17:38:54 +01:00
ESP32 Azure IoT Arduino
ESP32 Async UDP
ESP32 BLE Arduino
; SimpleBLE
NetBIOS
ESP32
Preferences
BluetoothSerial
2021-06-18 10:14:25 +01:00
; Disable next if you want to use ArduinoOTA in Tasmota32 (default disabled)
2021-06-22 17:38:54 +01:00
ArduinoOTA
2021-06-18 09:32:58 +01:00
2021-06-22 17:38:54 +01:00
lib_extra_dirs = ${library.lib_extra_dirs}
2020-11-02 12:04:48 +00:00
; *** ESP32 lib. ALWAYS needed for ESP32 !!!
2021-06-22 17:38:54 +01:00
lib/libesp32
; *** comment the following line if you dont use LVGL in a Tasmota32 build. Reduces compile time
2021-06-22 17:38:54 +01:00
lib/libesp32_lvgl
2022-08-09 10:46:25 +01:00
; *** comment the following line if you dont use ESP32 Audio in a Tasmota32 build. Reduces compile time
; lib/libesp32_audio
2021-06-22 17:38:54 +01:00
; *** uncomment the following line if you use Bluetooth or Apple Homekit in a Tasmota32 build. Reduces compile time
; lib/libesp32_div
2022-06-07 11:52:44 +01:00
; *** uncomment the following line if you use Epaper driver epidy in your Tasmota32 build. Reduces compile time
2021-11-07 12:47:24 +00:00
; lib/libesp32_eink
2021-06-22 17:38:54 +01:00
2021-01-15 14:09:49 +00:00
2020-11-02 07:16:50 +00:00
[library]
2021-06-22 17:38:54 +01:00
shared_libdeps_dir = lib
2020-11-02 07:16:50 +00:00
; *** Library disable / enable for variant Tasmota(32). Disable reduces compile time
; *** !!! Disabling needed libs will generate compile errors !!!
; *** The resulting firmware will NOT be different if you leave all libs enabled
; *** Disabling by putting a ";" in front of the lib name
; *** If you dont know what it is all about, do not change
2021-06-22 17:38:54 +01:00
lib_extra_dirs =
2020-11-02 07:16:50 +00:00
; *** Only disabled for Tasmota minimal and Tasmota light. For all other variants needed!
2021-06-22 17:38:54 +01:00
lib/lib_basic
2020-11-02 07:16:50 +00:00
; **** I2C devices. Most sensors. Disable only if you dont have ANY I2C device enabled
2021-06-22 17:38:54 +01:00
lib/lib_i2c
2020-11-02 07:16:50 +00:00
; *** Displays. Disable if you dont have any Display activated
2021-06-22 17:38:54 +01:00
lib/lib_display
2020-11-02 07:16:50 +00:00
; *** Bear SSL and base64. Disable if you dont have SSL or TLS activated
2021-06-22 17:38:54 +01:00
lib/lib_ssl
2020-11-02 07:16:50 +00:00
; *** Audio needs a lot of time to compile. Mostly not used functions. Recommended to disable
lib/lib_audio
2020-11-02 07:16:50 +00:00
; *** RF 433 stuff (not RF Bridge). Recommended to disable
2021-06-22 17:38:54 +01:00
lib/lib_rf
2020-11-02 07:16:50 +00:00
; *** Mostly not used functions. Recommended to disable
2021-06-22 17:38:54 +01:00
lib/lib_div