initial release ready

This commit is contained in:
Scott Penrose
2026-06-08 16:44:33 +10:00
parent a77023a6b5
commit 0beaa7039c
5 changed files with 136 additions and 37 deletions
+4
View File
@@ -28,6 +28,10 @@
extern "C" {
#endif
/* 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.0"
/* ---- Compile-time sizing (override before including if you need more) ---- */
#ifndef MC_MAX_PAYLOAD
#define MC_MAX_PAYLOAD 255 /* largest companion payload we will buffer */