Versions v0.4 ready for release

This commit is contained in:
2026-02-28 14:38:30 +11:00
parent 4944757903
commit 39a89c816c
4 changed files with 119 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "victronble",
"version": "0.3.1",
"version": "0.4.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": {
@@ -36,6 +36,16 @@
"name": "Repeater",
"base": "examples/Repeater",
"files": ["src/main.cpp"]
},
{
"name": "Receiver",
"base": "examples/Receiver",
"files": ["src/main.cpp"]
},
{
"name": "FakeRepeater",
"base": "examples/FakeRepeater",
"files": ["src/main.cpp"]
}
],
"export": {