mirror of https://github.com/arendst/Tasmota.git
move core3 platform to `platformio_tasmota32.ini` (#19889)
* Update platformio_tasmota32.ini * Update platformio_tasmota_core3_env_sample.ini * Update platformio_tasmota_core3_env_sample.ini * Update platformio_override_sample.ini * Fix optical look * Update platformio_tasmota_core3_env_sample.ini * Update platformio_tasmota32.ini
This commit is contained in:
parent
24927f17c9
commit
6527442110
|
@ -28,7 +28,6 @@ default_envs =
|
|||
; tasmota-zbbridge
|
||||
; tasmota-ir
|
||||
; tasmota32
|
||||
; tasmota32-arduino30
|
||||
; tasmota32-zbbrdgpro
|
||||
; tasmota32-bluetooth
|
||||
; tasmota32-webcam
|
||||
|
|
|
@ -77,8 +77,29 @@ lib_ignore = ${esp32_defaults.lib_ignore}
|
|||
DHT sensor library
|
||||
ccronexpr
|
||||
|
||||
[core32_30_flags]
|
||||
build_unflags = ${core32_30.build_unflags}
|
||||
build_flags = ${core32_30.build_flags}
|
||||
lib_extra_dirs = lib/lib_ssl, lib/lib_basic, lib/lib_i2c, lib/lib_div, lib/lib_audio, lib/lib_display, lib/lib_rf, lib/libesp32, lib/libesp32_div, lib/libesp32_lvgl
|
||||
lib_ignore =
|
||||
HTTPUpdateServer
|
||||
USB
|
||||
ESP32 Async UDP
|
||||
NetBIOS
|
||||
Preferences
|
||||
ArduinoOTA
|
||||
IRremoteESP8266
|
||||
NimBLE-Arduino
|
||||
|
||||
|
||||
[core32]
|
||||
platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.10.06/platform-espressif32.zip
|
||||
platform_packages =
|
||||
build_unflags = ${esp32_defaults.build_unflags}
|
||||
build_flags = ${esp32_defaults.build_flags}
|
||||
|
||||
[core32_30]
|
||||
platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.10.12/platform-espressif32.zip
|
||||
platform_packages =
|
||||
build_unflags = ${core32.build_unflags}
|
||||
build_flags = ${core32.build_flags}
|
||||
|
|
|
@ -1,27 +1,3 @@
|
|||
[core32_30]
|
||||
platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.10.12/platform-espressif32.zip
|
||||
platform_packages =
|
||||
|
||||
build_unflags = ${core32.build_unflags}
|
||||
build_flags = ${core32.build_flags}
|
||||
|
||||
[core32_30_flags]
|
||||
build_unflags = ${core32_30.build_unflags}
|
||||
build_flags = ${core32_30.build_flags}
|
||||
lib_extra_dirs = lib/lib_ssl, lib/lib_basic, lib/lib_i2c, lib/lib_div, lib/lib_audio, lib/lib_display, lib/lib_rf, lib/libesp32, lib/libesp32_div, lib/libesp32_lvgl
|
||||
lib_ignore =
|
||||
HTTPUpdateServer
|
||||
USB
|
||||
SPIFFS
|
||||
ESP32 Async UDP
|
||||
NetBIOS
|
||||
Preferences
|
||||
BluetoothSerial
|
||||
ArduinoOTA
|
||||
IRremoteESP8266
|
||||
ESP32-HomeKit
|
||||
NimBLE-Arduino
|
||||
|
||||
[env:arduino30]
|
||||
framework = ${common.framework}
|
||||
platform = ${core32_30.platform}
|
||||
|
@ -41,7 +17,6 @@ lib_extra_dirs = ${core32_30_flags.lib_extra_dirs}
|
|||
lib_ignore = ${core32_30_flags.lib_ignore}
|
||||
|
||||
|
||||
|
||||
[env:tasmota32-arduino30]
|
||||
extends = env:arduino30
|
||||
board = esp32
|
||||
|
|
Loading…
Reference in New Issue