mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 02:36:35 +00:00
Update devel Tasmota framework
to latest build based on IDF 4.4.1 and Arduino master .git from 24.04.2022
This commit is contained in:
parent
c6120614d4
commit
621cb9545d
@ -11,6 +11,8 @@
|
|||||||
[platformio]
|
[platformio]
|
||||||
; For best Gitpod performance remove the ";" in the next line. Needed Platformio files are cached and installed at first run
|
; For best Gitpod performance remove the ";" in the next line. Needed Platformio files are cached and installed at first run
|
||||||
;core_dir = .platformio
|
;core_dir = .platformio
|
||||||
|
; For unrelated compile errors with Windows it can help to shorten Platformio project path
|
||||||
|
;workspace_dir = c:\.pio
|
||||||
|
|
||||||
; *** Build/upload environment
|
; *** Build/upload environment
|
||||||
default_envs =
|
default_envs =
|
||||||
@ -88,8 +90,8 @@ lib_extra_dirs = ${library.lib_extra_dirs}
|
|||||||
|
|
||||||
[env:tasmota32_base]
|
[env:tasmota32_base]
|
||||||
; *** Uncomment next lines ";" to enable development Tasmota Arduino version ESP32
|
; *** Uncomment next lines ";" to enable development Tasmota Arduino version ESP32
|
||||||
;platform = https://github.com/Jason2866/platform-espressif32.git#IDF44/ESP32-S3
|
;platform = https://github.com/tasmota/platform-espressif32/releases/download/v2.0.3rc1/platform-espressif32-2.0.3new.zip
|
||||||
;platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/687/framework-arduinoespressif32-v4.4_dev-4ff9ceb19a.tar.gz
|
;platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/822/framework-arduinoespressif32-v4.4_work-c4b83228a5.tar.gz
|
||||||
build_unflags = ${esp32_defaults.build_unflags}
|
build_unflags = ${esp32_defaults.build_unflags}
|
||||||
build_flags = ${esp32_defaults.build_flags}
|
build_flags = ${esp32_defaults.build_flags}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user