dakhnod / FakeTag

firmware for nRF51 chips that is coincidentally compatible with the FindMy (AirTag) ecosystem
345 stars 21 forks source link

Absent custom includes directory #3

Closed lspeltie closed 2 years ago

lspeltie commented 2 years ago

There's a reference to a custom includes directory in the makefile.

$(CUSTOM_INCLUDES_DIR)/battery_service/battery.c \
$(CUSTOM_INCLUDES_DIR)/boards/boards.c \

Where do I find these files, and if they're not public, would you mind providing the files you used for your specific board?

dakhnod commented 2 years ago

I've pushed the files and updated the Makefile, does it work for you now?

lspeltie commented 2 years ago

I've pushed the files and updated the Makefile, does it work for you now?

Yes, I have gotten it compiled now. Thanks.