different bluetooth firmware upload process

This commit is contained in:
Brandon Ros
2023-08-21 14:28:39 -04:00
parent b6b20eda8c
commit 71a3d09419
8 changed files with 383 additions and 96 deletions

View File

@ -21,6 +21,7 @@ lora-phy = { version = "1" }
lorawan-device = { version = "0.10.0", default-features = false, features = ["async", "external-lora-phy"] }
lorawan = { version = "0.7.3", default-features = false, features = ["default-crypto"] }
cyw43 = { path = "../../cyw43", features = ["defmt", "firmware-logs"] }
cyw43-firmware = { path = "../../cyw43-firmware" }
cyw43-pio = { path = "../../cyw43-pio", features = ["defmt", "overclock"] }
defmt = "0.3"