Initial readme up

This commit is contained in:
2025-12-18 17:39:13 +11:00
commit d5f3d3ecbe
10 changed files with 2002 additions and 0 deletions

29
library.json Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "VictronBLE",
"version": "1.0.0",
"description": "ESP32 library for reading Victron Energy device data via Bluetooth Low Energy (BLE) advertisements",
"keywords": "victron, ble, bluetooth, solar, mppt, battery, smartshunt, esp32",
"repository": {
"type": "git",
"url": "https://github.com/yourusername/VictronBLE.git"
},
"authors": [
{
"name": "Your Name",
"email": "your.email@example.com"
}
],
"license": "MIT",
"homepage": "https://github.com/yourusername/VictronBLE",
"frameworks": ["arduino", "espidf"],
"platforms": ["espressif32"],
"dependencies": [],
"export": {
"exclude": [
"examples",
"test",
"tests",
".git"
]
}
}