mirror of
https://github.com/arendst/Tasmota.git
synced 2026-07-27 20:05:46 +00:00
ESP32-P4 rev3 is only supported in latest IDF 5.5.2+
This commit is contained in:
@@ -231,6 +231,7 @@ lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
||||
lib_ignore = ${safeboot_flags.lib_ignore}
|
||||
|
||||
[env:tasmota32p4r3-safeboot]
|
||||
platform = https://github.com/Jason2866/platform-espressif32.git#Arduino/IDF55_gcc15
|
||||
extends = env:tasmota32_base
|
||||
board = esp32p4r3
|
||||
board_build.app_partition_name = safeboot
|
||||
@@ -251,6 +252,7 @@ lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
||||
lib_ignore = ${safeboot_flags.lib_ignore}
|
||||
|
||||
[env:tasmota32p4r3ser-safeboot]
|
||||
platform = https://github.com/Jason2866/platform-espressif32.git#Arduino/IDF55_gcc15
|
||||
extends = env:tasmota32_base
|
||||
board = esp32p4r3ser
|
||||
board_build.app_partition_name = safeboot
|
||||
@@ -344,6 +346,7 @@ lib_ignore = ${env:tasmota32_base.lib_ignore}
|
||||
Micro-RTSP
|
||||
|
||||
[env:tasmota32p4r3]
|
||||
platform = https://github.com/Jason2866/platform-espressif32.git#Arduino/IDF55_gcc15
|
||||
extends = env:tasmota32_base
|
||||
board = esp32p4r3
|
||||
build_flags = ${env:tasmota32_base.build_flags}
|
||||
|
||||
Reference in New Issue
Block a user