bump version for RSSI/SNR fix

This commit is contained in:
Scott Penrose
2026-06-10 15:21:10 +10:00
parent 1444edba0c
commit b9e727ade8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "MeshCoreCompanion",
"version": "0.2.1",
"version": "0.2.2",
"description": "Client library for the MeshCore Companion Radio serial protocol. Portable C99 core (no I/O, no malloc, host-testable) with a thin Arduino C++ wrapper that connects a host MCU to a separate MeshCore companion radio over UART/USB serial. Receive and send on channels, set channel PSKs, read SNR/path metadata.",
"keywords": ["meshcore", "lora", "companion", "serial", "mesh", "sx1262", "esp32", "nrf52"],
"authors": [
+1 -1
View File
@@ -1,5 +1,5 @@
name=MeshCoreCompanion
version=0.2.1
version=0.2.2
author=Scott Penrose
maintainer=Scott Penrose
sentence=Client for the MeshCore Companion Radio serial protocol.
+1 -1
View File
@@ -30,7 +30,7 @@ extern "C" {
/* Library version. Keep in sync with library.json and library.properties;
* check_version.sh verifies all three match and that a git tag exists. */
#define MESHCORE_COMPANION_VERSION "0.2.1"
#define MESHCORE_COMPANION_VERSION "0.2.2"
/* ---- Compile-time sizing (override before including if you need more) ---- */
#ifndef MC_MAX_PAYLOAD