Skip to content

Commit a2380b2

Browse files
author
=
committed
bump version number for release
1 parent 5f1d36c commit a2380b2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# dbus-mqtt-devices 0.6.6-rc1
1+
# dbus-mqtt-devices 0.6.6
22

33
This VenusOS Driver for GX devices works in concert with the [Victron dbus-mqtt gateway](https://github.com/victronenergy/dbus-mqtt), now known as dbus-flashmq. It has been designed to allow Wi-Fi enabled edge devices (such as ESP32, some Arduino microcontrollers or Raspberry Pis) to self register to the dbus over MQTT. This avoids the need for additional dedicated custom drivers to be developed and deployed.
44

@@ -37,20 +37,20 @@ If you have not yet enabled root (superuser) access via SSH, follow the instruct
3737
```
3838
mkdir -p /data/drivers
3939
cd /data/drivers
40-
wget -O dbus-mqtt-devices.zip https://github.com/freakent/dbus-mqtt-devices/archive/refs/tags/v0.6.6-rc1.zip
40+
wget -O dbus-mqtt-devices.zip https://github.com/freakent/dbus-mqtt-devices/archive/refs/tags/v0.6.6.zip
4141
unzip dbus-mqtt-devices.zip
4242
```
4343

4444
3. Run the setup script
4545
```
46-
./dbus-mqtt-devices-0.6.6-rc1/bin/setup.sh
46+
./dbus-mqtt-devices-0.6.6/bin/setup.sh
4747
```
4848

4949
4. Check the contents of /data/rc.local to ensure the correct version starts automatically on reboot
5050
```
5151
# cat /data/rc.local
52-
/data/drivers/dbus-mqtt-devices-0.6.6-rc1/bin/setup-dependencies.sh
53-
ln -s /data/drivers/dbus-mqtt-devices-0.6.6-rc1/bin/service /service/dbus-mqtt-devices
52+
/data/drivers/dbus-mqtt-devices-0.6.6/bin/setup-dependencies.sh
53+
ln -s /data/drivers/dbus-mqtt-devices-0.6.6/bin/service /service/dbus-mqtt-devices
5454
```
5555

5656
5. Reboot device (recommended)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.6-rc1
1+
0.6.6

0 commit comments

Comments
 (0)