1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-13 05:06:30 +04:00

update api, add icons, fix picopass again

This commit is contained in:
MX
2022-09-15 01:14:55 +03:00
parent d47fdce337
commit 51ffdcd3bc
42 changed files with 3616 additions and 20 deletions

View File

@@ -4,6 +4,9 @@ env.Append(
CPPPATH=[
"#/lib/drivers",
],
SDK_HEADERS=[
File("#/lib/drivers/nrf24.h"),
],
)