Commit Diff


commit - 1a8805c9cf0ee181b7419699ffc30590018d8ba0
commit + cc9fe07f6e48ee68142e28250a626e229d02d25e
blob - b56e576af0f6c1fc6ce7d053887f44b6990e88e2
blob + f10dc68591809629e2510f6fd7af46e029a39c66
--- Cargo.lock
+++ Cargo.lock
@@ -84,6 +84,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8
 [[package]]
 name = "ble_esp32c3"
 version = "0.1.0"
+source = "git+https://git.sr.ht/~witcher/ble-esp32c3#99e3eb53bf64a2eef170bb8134ff21fa6c8f2121"
 dependencies = [
  "anyhow",
  "embuild 0.29.3",
blob - 5633cec7ec2afe5d853eb36f51845fb56a35a654
blob + 1a5cb82f274c1fc7a0f4761358e71958ae1c600d
--- Cargo.toml
+++ Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Thomas Böhler <witcher@wiredspace.de>"]
 edition = "2021"
 
 [patch.crates-io]
-ble_esp32c3 = { path = "../ble-esp32c3" }
+ble_esp32c3 = { git = "https://git.sr.ht/~witcher/ble-esp32c3" }
 
 [dependencies]
 esp-idf-svc = "0.42.5"
blob - be634743172fffc871367198111c2f226033e914
blob + e5c5e6f07f10d01fd9bac9d15c4ee5de59a3dcd9
--- README.md
+++ README.md
@@ -44,10 +44,7 @@ Other options should be adjusted as needed.
 ## Resources
 
 Send patches and questions to
-[~witcher/bachelor-thesis@lists.sr.ht](https://lists.sr.ht/~witcher/bachelor-thesis).
+[~witcher/public-inbox@lists.sr.ht](https://lists.sr.ht/~witcher/public-inbox).
 
 Instructions for preparing a patch are available at
 [git-send-email.io](https://git-send-email.io/).
-
-Bugs and todo can be found at
-[~witcher/bachelor-thesis](https://todo.sr.ht/~witcher/bachelor-thesis).
blob - 5d56faf9ae08cb604e06df9aa6281e2b51ce5809
blob + 72e352178e2c216c7f7621ab8d4fa8d87617fc64
--- rust-toolchain.toml
+++ rust-toolchain.toml
@@ -1,2 +1,3 @@
 [toolchain]
-channel = "nightly"
+channel = "nightly-2023-02-01"
+components = [ "rust-src" ]