summaryrefslogtreecommitdiffstats
path: root/app/serial.c
diff options
context:
space:
mode:
authorroot <root@lamia.panaceas.james.local>2016-08-23 01:56:47 +0100
committerroot <root@lamia.panaceas.james.local>2016-08-23 01:56:47 +0100
commit7b4848824dcec8c5564bd2b11371f9c5f4a04376 (patch)
tree7f6e37645e8916da78a2e02ad4c6e83db5866c43 /app/serial.c
parent4dfc42565c2d1f5b900d8d725126bfde886a8423 (diff)
downloadcandlestick-7b4848824dcec8c5564bd2b11371f9c5f4a04376.tar.gz
candlestick-7b4848824dcec8c5564bd2b11371f9c5f4a04376.tar.bz2
candlestick-7b4848824dcec8c5564bd2b11371f9c5f4a04376.zip
working
Diffstat (limited to 'app/serial.c')
-rw-r--r--app/serial.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/serial.c b/app/serial.c
index 27307eb..cabe7f2 100644
--- a/app/serial.c
+++ b/app/serial.c
@@ -21,7 +21,9 @@ serial_poll (void)
else if (v == '#')
{
toggle_fake_hook ();
- modem_send ("ATDT120;");
+ dialstr_digit(1);
+ dialstr_digit(2);
+ dialstr_digit(0);
}
else
{