turn on the modem first

This commit is contained in:
Vladan Popovic 2023-09-20 00:24:09 +02:00
parent f6da3a73fc
commit 64ba58227a
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@ fn main() -> ! {
io.pins.gpio27.into_floating_input(),
);
let mut power = io.pins.gpio4.into_push_pull_output();
power.set_high().ok();
let config = Config {
baudrate: 115200,
data_bits: DataBits::DataBits8,