From 96184d888b11d027a276ca42e24ff46632d112b0 Mon Sep 17 00:00:00 2001 From: Scott Penrose Date: Sun, 7 Jun 2026 19:27:12 +1000 Subject: [PATCH] Fix chips supported --- library.json | 4 ++-- library.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library.json b/library.json index a11c4e8..3b41043 100644 --- a/library.json +++ b/library.json @@ -1,8 +1,8 @@ { "name": "victronble", "version": "0.6.0", - "description": "Portable Arduino library for reading Victron Energy device data via Bluetooth Low Energy (BLE) advertisements. Runs on ESP32 and nRF52840. Supports SmartSolar MPPT, SmartShunt, BMV, MultiPlus, Orion, Blue Smart AC chargers and other Victron devices. No external crypto dependency.", - "keywords": "victron, ble, bluetooth, solar, mppt, battery, smartshunt, smartsolar, bmv, inverter, multiplus, esp32, nrf52, nrf52840, xiao, iot, energy, monitoring", + "description": "Portable Arduino library for reading Victron Energy device data via Bluetooth Low Energy (BLE) advertisements. Runs on ESP32, ESP32-S3, ESP32-C3 and nRF52 (nRF52840, nRF52832). Supports SmartSolar MPPT, SmartShunt, BMV, MultiPlus, Orion, Blue Smart AC chargers and other Victron devices. No external crypto dependency.", + "keywords": "victron, ble, bluetooth, solar, mppt, battery, smartshunt, smartsolar, bmv, inverter, multiplus, esp32, esp32-s3, esp32-c3, nrf52, nrf52840, nrf52832, xiao, iot, energy, monitoring", "repository": { "type": "git", "url": "https://gitea.sh3d.com.au/Sh3d/VictronBLE.git" diff --git a/library.properties b/library.properties index 6403f05..388c49e 100644 --- a/library.properties +++ b/library.properties @@ -2,8 +2,8 @@ name=VictronBLE version=0.6.0 author=Scott Penrose maintainer=Scott Penrose -sentence=Portable library for reading Victron Energy device data via BLE on ESP32 and nRF52840 -paragraph=Read data from Victron SmartSolar, SmartShunt, BMV, inverters, Blue Smart AC chargers and other devices using Bluetooth Low Energy advertisements. Runs on ESP32 and nRF52840 (Bluefruit) with no external crypto dependency. Supports multiple devices simultaneously with no pairing required. +sentence=Portable library for reading Victron Energy device data via BLE on ESP32/S3/C3 and nRF52 (nRF52840/nRF52832) +paragraph=Read data from Victron SmartSolar, SmartShunt, BMV, inverters, Blue Smart AC chargers and other devices using Bluetooth Low Energy advertisements. Runs on ESP32, ESP32-S3, ESP32-C3 and nRF52 (nRF52840, nRF52832 — Bluefruit or Seeed cores) with no external crypto dependency. Supports multiple devices simultaneously with no pairing required. category=Communication url=https://gitea.sh3d.com.au/Sh3d/VictronBLE architectures=esp32,nrf52