-
Notifications
You must be signed in to change notification settings - Fork 21
Setup for QR Code
Johannes edited this page Nov 28, 2021
·
2 revisions
To be able to use the QR Code Feature (example below)
fritzBoxShell.sh WLAN_2G QRCODE
...you need to have qrencode installed on your machine. To install for example on a Raspberry Pi follow the instructions below:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install qrencode