Bläddra i källkod

base-station: Fix NRF24 driver version.

Mathias Gottschlag 5 år sedan
förälder
incheckning
c9795dd80a
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1
    1
      base-station/software/Cargo.lock
  2. 1
    1
      base-station/software/Cargo.toml

+ 1
- 1
base-station/software/Cargo.lock Visa fil

@@ -93,7 +93,7 @@ dependencies = [
93 93
 [[package]]
94 94
 name = "embedded-nrf24l01"
95 95
 version = "0.2.0"
96
-source = "git+https://github.com/astro/embedded-nrf24l01.git#0998f622c99d48a3d90261e0eabeb5e84d6f30a0"
96
+source = "git+https://github.com/mgottschlag/embedded-nrf24l01?branch=wip#73fe8c9d16a3501c3e11b1320f66750643798d54"
97 97
 dependencies = [
98 98
  "bitfield",
99 99
  "embedded-hal",

+ 1
- 1
base-station/software/Cargo.toml Visa fil

@@ -8,7 +8,7 @@ edition = "2018"
8 8
 
9 9
 [dependencies]
10 10
 linux-embedded-hal = "0.3"
11
-embedded-nrf24l01 = { git = "https://github.com/astro/embedded-nrf24l01.git" }
11
+embedded-nrf24l01 = { git = "https://github.com/mgottschlag/embedded-nrf24l01", branch = "wip" }
12 12
 embedded-hal = "0.2.3"
13 13
 mqtt-protocol = "0.8"
14 14
 env_logger = "0.7"

Loading…
Avbryt
Spara