add networkmanaer and modemmanager to the image

This commit is contained in:
DanyLE
2025-07-21 19:48:15 +02:00
parent 37571d17cc
commit c790eefea5
7 changed files with 21 additions and 5 deletions

View File

@@ -14,4 +14,13 @@ Enable GPS
```sh
mmcli -m 0 --command="AT+QGPS=1,30,50,0,2"
```
Wifi
```sh
nmcli radio wifi
nmcli radio wifi on
nmcli dev wifi list
```