Skip to content

Commit

Permalink
Update modem-at-commands.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejKovacic authored Feb 22, 2024
1 parent 21789ae commit 794ca6e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions modem-at-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,12 @@ sudo su

You can start dongle with command:
```
sudo su/usr/sbin/asterisk -rx 'dongle start dongle0'
sudo su
/usr/sbin/asterisk -rx 'dongle start dongle0'
```

And then you can check it's status:
```
sudo su/usr/sbin/asterisk -rx 'dongle show device state dongle0'
sudo su
/usr/sbin/asterisk -rx 'dongle show device state dongle0'
```

0 comments on commit 794ca6e

Please sign in to comment.