atd

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/atd
Log | Files | Refs

commit 203feb227363d78ef2794ee2fe1e55642ad49f56
parent 4770e316e19d75c45d31cb2ff554327323c181e4
Author: Nihal Jere <nihal@nihaljere.xyz>
Date:   Sat, 31 Jul 2021 20:49:34 -0500

atd: add CNMI start up command

Diffstat:
Matd.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/atd.c b/atd.c @@ -37,7 +37,7 @@ #define BUFSIZE 256 -char *startup[] = { "AT+CLIP=1\r", "AT+COLP=1\r" }; +char *startup[] = { "AT+CLIP=1\r", "AT+COLP=1\r", "AT+CNMI=2,2,0,1,0" }; struct command_args cmddata[] = { [CMD_DIAL] = { ATD, { TYPE_STRING, TYPE_NONE} },