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 d2346dd commit 711b9abCopy full SHA for 711b9ab
CMakeLists.txt
@@ -20,6 +20,11 @@ if (NOT DEFINED PICO_STDIO_USB_CONNECT_WAIT_TIMEOUT_MS)
20
set(PICO_STDIO_USB_CONNECT_WAIT_TIMEOUT_MS 3000)
21
endif()
22
23
+# Allow using the example keys, as this is the examples repository
24
+if (NOT DEFINED PICO_ALLOW_EXAMPLE_KEYS)
25
+ set(PICO_ALLOW_EXAMPLE_KEYS 1)
26
+endif()
27
+
28
# Initialize the SDK
29
pico_sdk_init()
30
0 commit comments