mirror of
https://github.com/CovidBraceletPrj/CovidBracelet.git
synced 2025-01-09 12:44:24 +01:00
7 lines
332 B
Bash
Executable File
7 lines
332 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -rf build
|
|
cp ../.pio/libdeps/nrf52840_dk/exposure-notification/*/exposure-notification.* ../src
|
|
west build -b native_posix_64 . -- -DCMAKE_C_FLAGS="-DNATIVE_POSIX -I../../include/tls_config -DDISPLAY"
|
|
rm ../src/exposure-notification.c ../src/exposure-notification.h
|
|
echo "Run ./build/zephyr/zephyr.elf --bt-dev=hci0" |