We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cad76f commit 0ff1695Copy full SHA for 0ff1695
m5stack/components/M5Unified/CMakeLists.txt
@@ -30,4 +30,5 @@ endif()
30
31
register_component()
32
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
33
-target_compile_definitions(${COMPONENT_LIB} PRIVATE BOARD_ID=${BOARD_ID})
+target_compile_definitions(${COMPONENT_LIB} PRIVATE BOARD_ID=${BOARD_ID})
34
+target_compile_definitions(${COMPONENT_LIB} PRIVATE M5GFX_BOARD=${BOARD_ID})
0 commit comments