We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7344143 commit 1cb6602Copy full SHA for 1cb6602
CMakeLists.txt
@@ -257,3 +257,6 @@ endif()
257
if(NOT CONFIG_ARDUINO_SELECTIVE_COMPILATION OR CONFIG_ARDUINO_SELECTIVE_LITTLEFS)
258
maybe_add_component(esp_littlefs)
259
endif()
260
+
261
+target_compile_definitions(${COMPONENT_TARGET} PRIVATE -DBOARD_HAS_PSRAM)
262
0 commit comments