mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-22 16:03:45 +02:00
Further fixes and adjustments for getting UART working on esp32 boards
This commit is contained in:
@@ -5,7 +5,7 @@ set (
|
||||
ProjectConfig
|
||||
)
|
||||
|
||||
if ("$ENV{IDF_ETARGET}" STREQUAL "esp32s3")
|
||||
if ("$ENV{IDF_TARGET}" STREQUAL "esp32s3")
|
||||
list(APPEND requires
|
||||
tinyusb
|
||||
)
|
||||
@@ -16,7 +16,7 @@ set (
|
||||
"SerialManager/SerialManager.cpp"
|
||||
)
|
||||
|
||||
if ("$ENV{IDF_ETARGET}" STREQUAL "esp32s3" OR "$ENV{IDF_ETARGET}" STREQUAL "esp32s2" )
|
||||
if ("$ENV{IDF_TARGET}" STREQUAL "esp32s3" )
|
||||
list(APPEND source_files
|
||||
"SerialManager/SerialManager_esp32s3.cpp"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user