mirror of
https://github.com/CovidBraceletPrj/CovidBracelet.git
synced 2024-12-05 00:55:43 +01: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
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[platformio]
|
||||
default_envs = nrf52840_dk
|
||||
|
||||
[env:nrf52840_dk]
|
||||
platform = nordicnrf52
|
||||
@ -34,3 +36,4 @@ build_flags =
|
||||
-Wno-nullability-completeness
|
||||
-DMBEDTLS_USER_CONFIG_FILE='"user-tls.conf"'
|
||||
src_filter = --<.src/>
|
||||
targets = test
|
Loading…
Reference in New Issue
Block a user