Keep v0.3.1

This commit is contained in:
2026-02-12 18:10:35 +11:00
parent 6ab8ae1618
commit 4aa386a5da
4 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ ESP32 library for reading Victron Energy device data via Bluetooth Low Energy (B
**⚠️ INITIAL RELEASE - LIMITED TESTING DONE**
This is an initial release (v0.2.1) and has been tested with MPPT on an ESP32-S3 and ESP32-C3.
This is an initial release (v0.3.1) and has been tested with MPPT on an ESP32-S3 and ESP32-C3.
Use with caution and please report any issues you encounter. Testing and feedback are greatly appreciated!
---
+7
View File
@@ -1,5 +1,12 @@
# Version History
## 0.3.1 (2026-02-11)
### Changes
- Added Logger example: change-detection logging for Solar Charger data
- Added message type counters to MultiDevice example
- Tested with MPPT Solar Chargers on ESP32-S3 and ESP32-C3
## 0.1.1 (2025-12-18)
Initial release - not yet tested on hardware.
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "victronble",
"version": "0.2.1",
"version": "0.3.1",
"description": "ESP32 library for reading Victron Energy device data via Bluetooth Low Energy (BLE) advertisements. Supports SmartSolar MPPT, SmartShunt, BMV, MultiPlus, Orion and other Victron devices.",
"keywords": "victron, ble, bluetooth, solar, mppt, battery, smartshunt, smartsolar, bmv, inverter, multiplus, esp32, iot, energy, monitoring",
"repository": {
+1 -1
View File
@@ -1,5 +1,5 @@
name=VictronBLE
version=0.1.1
version=0.3.1
author=Scott Penrose
maintainer=Scott Penrose <scottp@dd.com.au>
sentence=ESP32 library for reading Victron Energy device data via BLE for any ESP32