updated README

This commit is contained in:
justmarvinn 2025-04-22 22:24:07 +02:00
parent 3b36734bcc
commit 95b9f4cb63

View File

@ -11,11 +11,14 @@ curl -sSL "https://git.openergy.ru/LUCKFOX/SIM800C/raw/branch/main/install.sh" |
```SHELL ```SHELL
sudo systemctl start sim800 sudo systemctl start sim800
sudo systemctl enable sim800 sudo systemctl enable sim800
sudo systemctl start sim800-healthcheck.timer
sudo systemctl enable sim800-healthcheck.timer
``` ```
- Stop - Stop
```SHELL ```SHELL
sudo systemctl stop sim800 sudo systemctl stop sim800
sudo systemctl stop sim800-healthcheck.timer
``` ```
- Restart - Restart
@ -27,5 +30,6 @@ sudo systemctl restart sim800
### Ubuntu ### Ubuntu
```SHELL ```SHELL
sudo apt install ppp sudo apt remove -y inetutils-ping
sudo apt install -y ppp iputils-ping
``` ```