Skip to content

Commit 5a81fb6

Browse files
committed
feat(ot): Add C61 to supported targets
1 parent ed59464 commit 5a81fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ set(priv_requires fatfs nvs_flash app_update spiffs bootloader_support bt esp_hi
378378
if(NOT CONFIG_ARDUINO_SELECTIVE_COMPILATION OR CONFIG_ARDUINO_SELECTIVE_OpenThread)
379379
#if(CONFIG_SOC_IEEE802154_SUPPORTED) # Does not work!
380380
#if(CONFIG_OPENTHREAD_ENABLED) # Does not work!
381-
if(IDF_TARGET STREQUAL "esp32c6" OR IDF_TARGET STREQUAL "esp32h2" OR IDF_TARGET STREQUAL "esp32c5") # Sadly only this works
381+
if(IDF_TARGET STREQUAL "esp32c6" OR IDF_TARGET STREQUAL "esp32h2" OR IDF_TARGET STREQUAL "esp32c5" OR IDF_TARGET STREQUAL "esp32c61") # Sadly only this works
382382
list(APPEND requires openthread)
383383
endif()
384384
endif()

0 commit comments

Comments
 (0)