diff --git a/CHANGELOG.md b/CHANGELOG.md index f8b31f5..efc1591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -- v0.32 Removed DBUS backend, new MQTT backend and corresponding services +- v0.32 Removed DBUS backend for LED, new MQTT backend and corresponding services - v0.31 Animations and prototyped mqtt linkage to hangboard - v0.30 simplified installation procedure, fix service logging and installtion collisions - v0.28 merged moonboard mini protocol diff --git a/ble/Makefile b/ble/Makefile index 92c6655..b651bae 100644 --- a/ble/Makefile +++ b/ble/Makefile @@ -18,4 +18,5 @@ install-dbus: sudo cp com.moonboard.conf /etc/dbus-1/system.d/com.moonboard.conf sudo systemctl daemon-reload sudo systemctl enable com.moonboard.service - sudo systemctl restart com.moonboard.service \ No newline at end of file + sudo systemctl restart com.moonboard.service + sudo systemctl restart dbus diff --git a/ble/README.md b/ble/README.md index 8039c48..e9869af 100755 --- a/ble/README.md +++ b/ble/README.md @@ -113,4 +113,5 @@ See Bluetooth specification 5.0 (Core_v5.0.pdf), 7.8.5 LE Set Advertising Parame # MQTT Interface ## Debugging + Status of service `systemctl status moonboard_ble.service` -+ Check for received events `mosquitto_sub -h raspi-moonboard -t "moonboard/ble/problem"` \ No newline at end of file ++ Check for received events `mosquitto_sub -h raspi-moonboard -t "moonboard/ble/problem"` ++ Status of DBUS backend: `sudo systemctl status com.moonboard.service` \ No newline at end of file