Updated readme and fixed SmartPing.sh

Removed unset command for parameter, since this broke the script
This commit is contained in:
2022-08-02 01:48:15 +02:00
parent 83a1f52ca4
commit fce2222628
2 changed files with 3 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ General requirements: `fping bluez`.
Requirements Domoticz communication: `curl`.
Requirements mqtt communication: `mosquitto-clients`.
Expected installation directory `/opt/Pinger`.
Setup permissions using `chmod +x /opt/Pinger/bin/*`.A
Setup permissions using `chmod +x /opt/Pinger/bin/*`
Add Pinger to lbu using `lbu include /opt/Pinger`
## Configuration
@@ -17,5 +17,5 @@ Source: https://wiki.alpinelinux.org/wiki/Raspberry_Pi_3_-_Setting_Up_Bluetooth
* By default the UART Bluetooth controller is not automatically discovered,
enable it by uncommenting the line after `rpi bluetooth` in `/etc/mdev.conf`.
* Enable the bluetooth service on boot `rc-update add bluetooth`.
* Set `AutoEnable` to `true` under Policy in /etc/bluetooth/main.conf.
* Then run'lbu commit' and reboot.
* Set `AutoEnable` to `true` under Policy in `/etc/bluetooth/main.conf`.
* Then run `lbu commit` and reboot.