From be01eb8a87f1582b1c15ec4e09a9a66770da87c5 Mon Sep 17 00:00:00 2001 From: Brandon Bayer Date: Mon, 26 Oct 2015 14:58:43 -0500 Subject: feat: sms support for CE910-DUAL, DE910-DUAL, LE910-SVG - PDU is used for everything except LE910-SVG sending - a bug in radio requires radio reboot to send more than 1 PDU sms --- src/global.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/global.h') diff --git a/src/global.h b/src/global.h index fe8f5c2..4248c64 100644 --- a/src/global.h +++ b/src/global.h @@ -29,6 +29,7 @@ struct global_core { char *msg_store_send; char *msg_store_new; char *pb_store; + char *model; char *editor; char *edit_file; -- cgit v1.2.3