bump version for RSSI/SNR fix
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "MeshCoreCompanion",
|
"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.",
|
"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"],
|
"keywords": ["meshcore", "lora", "companion", "serial", "mesh", "sx1262", "esp32", "nrf52"],
|
||||||
"authors": [
|
"authors": [
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
name=MeshCoreCompanion
|
name=MeshCoreCompanion
|
||||||
version=0.2.1
|
version=0.2.2
|
||||||
author=Scott Penrose
|
author=Scott Penrose
|
||||||
maintainer=Scott Penrose
|
maintainer=Scott Penrose
|
||||||
sentence=Client for the MeshCore Companion Radio serial protocol.
|
sentence=Client for the MeshCore Companion Radio serial protocol.
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ extern "C" {
|
|||||||
|
|
||||||
/* Library version. Keep in sync with library.json and library.properties;
|
/* Library version. Keep in sync with library.json and library.properties;
|
||||||
* check_version.sh verifies all three match and that a git tag exists. */
|
* 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) ---- */
|
/* ---- Compile-time sizing (override before including if you need more) ---- */
|
||||||
#ifndef MC_MAX_PAYLOAD
|
#ifndef MC_MAX_PAYLOAD
|
||||||
|
|||||||
Reference in New Issue
Block a user