1
0
mirror of https://github.com/CovidBraceletPrj/CovidBracelet.git synced 2024-06-29 07:42:45 +02:00

Clean up platformio.ini

This commit is contained in:
Tobias Schramm 2021-02-09 10:39:26 +01:00 committed by Patrick Rathje
parent dbf0b8af2a
commit 5a66a00151

View File

@ -36,16 +36,14 @@ monitor_speed = 115200
test_ignore = test_desktop test_ignore = test_desktop
build_flags = build_flags =
-Iinclude/tls_config -Iinclude/tls_config
# -I.pio/libdeps/pinetime_dk
# For testing: -DUNITY_EXCLUDE_SETJMP_H=1 # For testing: -DUNITY_EXCLUDE_SETJMP_H=1
-DEN_INCLUDE_ZEPHYR_DEPS=1 -DEN_INCLUDE_ZEPHYR_DEPS=1
-DEN_INIT_MBEDTLS_ENTROPY=0 -DEN_INIT_MBEDTLS_ENTROPY=0
-DCOVID_MEASURE_PERFORMANCE=0 # Used to measure device performance -DCOVID_MEASURE_PERFORMANCE=0 # Used to measure device performance
-DMAX_CONTACTS=5 -DMAX_CONTACTS=100
-DMAX_PERIOD_CONTACTS=5 -DMAX_PERIOD_CONTACTS=5
-DNO_DEPRECATED_BLE_OPTIONS=1 -DNO_DEPRECATED_BLE_OPTIONS=1
-DPLATFORM_PINETIME=1 -DPLATFORM_PINETIME=1
#lib_ldf_mode = off
lib_deps = lib_deps =
u8g2-generic-c u8g2-generic-c
prathje/exposure-notification @ ^0.1 prathje/exposure-notification @ ^0.1