mirror of
https://github.com/seemoo-lab/openhaystack.git
synced 2026-05-14 20:46:46 +00:00
* Moving microbit firmware to a subfolder in /Firmware to prepare integration of ESP32 * Add firmware for ESP32 and update workflows * Integrated ESP32 firmware from @fhessel to OpenHaystack App Co-authored-by: Frank Hessel <fhessel@seemoo.tu-darmstadt.de>
7 lines
142 B
Makefile
7 lines
142 B
Makefile
PROJECT_TARGET = offline-finding
|
|
PROJECT_SOURCE_FILES = main.c
|
|
|
|
BLESSED_PATH := ../blessed
|
|
|
|
include $(BLESSED_PATH)/examples/Makefile.common
|