atd

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

commit ebbe7a183d9cb3fd7c5fbe981930d0af4f2966f1
parent 2662713e6fe55eed001d2f894c0b02255f7efed9
Author: Nihal Jere <nihal@nihaljere.xyz>
Date:   Tue, 13 Jul 2021 14:27:39 -0500

AT+CLOP=1 to determine when call is answered

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

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