Reworked code to host API using picoserve

This commit is contained in:
2025-01-11 02:51:38 +01:00
parent 0fef57c37d
commit 148943ff42
6 changed files with 814 additions and 1174 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2024-03-01"
channel = "nightly-2025-01-09"
targets = ["thumbv6m-none-eabi"]
components = ["rustfmt", "clippy", "llvm-tools"]
components = ["rustfmt", "clippy", "rust-analyzer", "llvm-tools"]