From a7362dc14bca1233eb34b41aefebe9cfb22684ac Mon Sep 17 00:00:00 2001 From: "info@mode42.com" Date: Fri, 7 Aug 2026 18:09:58 +0000 Subject: Initial push --- firmware/s1224/include/modem_probe.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 firmware/s1224/include/modem_probe.h (limited to 'firmware/s1224/include/modem_probe.h') diff --git a/firmware/s1224/include/modem_probe.h b/firmware/s1224/include/modem_probe.h new file mode 100644 index 0000000..7e63904 --- /dev/null +++ b/firmware/s1224/include/modem_probe.h @@ -0,0 +1,14 @@ +#ifndef S1224_MODEM_PROBE_H +#define S1224_MODEM_PROBE_H + +#include + +typedef struct { + bool softmodem_ok; + bool af_tx_pwm; + bool ready; +} modem_probe_result_t; + +modem_probe_result_t modem_probe_run(void); + +#endif -- cgit v1.3.1