mirror of
https://github.com/CovidBraceletPrj/CovidBracelet.git
synced 2025-04-14 02:21:18 +02:00
Add default environment and restrict desktop to test target #4
This commit is contained in:
parent
cfe5d56aae
commit
b99f373de1
@ -8,6 +8,8 @@
|
|||||||
; Please visit documentation for the other options and examples
|
; Please visit documentation for the other options and examples
|
||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
|
[platformio]
|
||||||
|
default_envs = nrf52840_dk
|
||||||
|
|
||||||
[env:nrf52840_dk]
|
[env:nrf52840_dk]
|
||||||
platform = nordicnrf52
|
platform = nordicnrf52
|
||||||
@ -34,3 +36,4 @@ build_flags =
|
|||||||
-Wno-nullability-completeness
|
-Wno-nullability-completeness
|
||||||
-DMBEDTLS_USER_CONFIG_FILE='"user-tls.conf"'
|
-DMBEDTLS_USER_CONFIG_FILE='"user-tls.conf"'
|
||||||
src_filter = --<.src/>
|
src_filter = --<.src/>
|
||||||
|
targets = test
|
Loading…
x
Reference in New Issue
Block a user