turn on the modem first
This commit is contained in:
parent
f6da3a73fc
commit
64ba58227a
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ fn main() -> ! {
|
||||||
io.pins.gpio27.into_floating_input(),
|
io.pins.gpio27.into_floating_input(),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
let mut power = io.pins.gpio4.into_push_pull_output();
|
||||||
|
power.set_high().ok();
|
||||||
|
|
||||||
let config = Config {
|
let config = Config {
|
||||||
baudrate: 115200,
|
baudrate: 115200,
|
||||||
data_bits: DataBits::DataBits8,
|
data_bits: DataBits::DataBits8,
|
||||||
|
|
Loading…
Reference in a new issue