Keep v0.3.1
This commit is contained in:
@@ -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!
|
||||
|
||||
---
|
||||
|
||||
@@ -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
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user