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 defabdc commit 8afd334Copy full SHA for 8afd334
boards.local.txt
@@ -8,6 +8,10 @@
8
# dfrobot_romeo_esp32s3.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -DWS_DFROBOT_UNIQUE_BOARD_ID
9
#
10
# Do the same for the board entry in the platformio.ini file: build_flags = -DWS_YOUR_UNIQUE_BOARD_ID
11
+#
12
+# Note: If needed we can do a version of this file for each board build target in case boards don't have a
13
+# unique definition in boards.txt to add an override. Then in CI pass filename with --boards-local-txt file
14
+
15
16
# DF Robot ESP32-C3 shares define with Espressif ESP32_C3 Devkit/Module, so needs unique define:
17
dfrobot_beetle_esp32c3.build.defines=-DWS_DFROBOT_BEETLE_ESP32C3
0 commit comments