mod modem; use esp_idf_sys as _; // If using the `binstart` feature of `esp-idf-sys`, always keep this module imported fn main() { println!("Starting GPRS ..."); // TODO: start sim module // TODO: connect to GPRS println!("GPRS started ..."); }