Skip to content

Commit ad49a6a

Browse files
author
=
committed
Bump release candidate version number
1 parent 33d4407 commit ad49a6a

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.9.0-rc2
1+
# dbus-mqtt-devices 0.9.0-rc3
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

@@ -42,20 +42,20 @@ If you have not yet enabled root (superuser) access via SSH, follow the instruct
4242
```
4343
mkdir -p /data/drivers
4444
cd /data/drivers
45-
wget -O dbus-mqtt-devices.zip https://github.com/freakent/dbus-mqtt-devices/archive/refs/tags/v0.9.0-rc2.zip
45+
wget -O dbus-mqtt-devices.zip https://github.com/freakent/dbus-mqtt-devices/archive/refs/tags/v0.9.0-rc3.zip
4646
unzip dbus-mqtt-devices.zip
4747
```
4848

4949
3. Run the setup script
5050
```
51-
./dbus-mqtt-devices-0.9.0-rc2/bin/setup.sh
51+
./dbus-mqtt-devices-0.9.0-rc3/bin/setup.sh
5252
```
5353

5454
4. Check the contents of /data/rc.local to ensure the correct version starts automatically on reboot
5555
```
5656
# cat /data/rc.local
57-
/data/drivers/dbus-mqtt-devices-0.9.0-rc2/bin/setup-dependencies.sh
58-
ln -s /data/drivers/dbus-mqtt-devices-0.9.0-rc2/bin/service /service/dbus-mqtt-devices
57+
/data/drivers/dbus-mqtt-devices-0.9.0-rc3/bin/setup-dependencies.sh
58+
ln -s /data/drivers/dbus-mqtt-devices-0.9.0-rc3/bin/service /service/dbus-mqtt-devices
5959
```
6060

6161
5. Reboot device (recommended)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.0-rc2
1+
0.9.0-rc3

0 commit comments

Comments
 (0)