浏览代码

base-station: Fix NRF24 driver version.

父节点
当前提交
c9795dd80a
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      base-station/software/Cargo.lock
  2. 1
    1
      base-station/software/Cargo.toml

+ 1
- 1
base-station/software/Cargo.lock 查看文件

93
 [[package]]
93
 [[package]]
94
 name = "embedded-nrf24l01"
94
 name = "embedded-nrf24l01"
95
 version = "0.2.0"
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
 dependencies = [
97
 dependencies = [
98
  "bitfield",
98
  "bitfield",
99
  "embedded-hal",
99
  "embedded-hal",

+ 1
- 1
base-station/software/Cargo.toml 查看文件

8
 
8
 
9
 [dependencies]
9
 [dependencies]
10
 linux-embedded-hal = "0.3"
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
 embedded-hal = "0.2.3"
12
 embedded-hal = "0.2.3"
13
 mqtt-protocol = "0.8"
13
 mqtt-protocol = "0.8"
14
 env_logger = "0.7"
14
 env_logger = "0.7"

正在加载...
取消
保存