Implemented first version of OTA

This commit is contained in:
2023-09-07 00:30:56 +02:00
parent 258f60f4f0
commit a7a052d4ce
5 changed files with 515 additions and 46 deletions

View File

@@ -18,7 +18,6 @@ cortex-m = { version = "0.7", features = [
] }
cortex-m-rt = { version = "0.7" }
embedded-storage = "0.3.0"
embedded-storage-async = "0.4.0"
[features]
defmt = ["dep:defmt", "embassy-boot-rp/defmt", "embassy-rp/defmt"]