Info¶
VERSION · BOARD
Two commands that tell which firmware runs on which board. The role and the public key are under System.
[!NOTE] Source. This page was verified against the firmware itself:
MeshCorev1.16.0, commit03b6ef4, 28 July 2026 — filessrc/helpers/CommonCLI.cpp,examples/simple_repeater/MyMesh.h,variants/sensecap_solar/SenseCapSolarBoard.h, and the officialdocs/cli_commands.md. Line numbers refer to this commit and can be reproduced withtools/cli-commands.py.
Overview¶
The markers in the Role column are explained in the CLI reference. An empty cell means: works on repeater, room server and sensor.
| Command | Role | Default | Serial only | Source |
|---|---|---|---|---|
ver |
— | CommonCLI.cpp r.305 |
||
board |
— | CommonCLI.cpp r.307 |
Commands¶
ver¶
Firmware version and build date. Both come from FIRMWARE_VERSION and
FIRMWARE_BUILD_DATE; without a build flag these are v1.16.0 and 6 Jun 2026
(simple_repeater/MyMesh.h r.71–76).
Example (fallback values):
ver
-> v1.16.0 (Build: 6 Jun 2026)
board¶
The name the board reports for itself.
Example (SenseCap Solar, SenseCapSolarBoard.h r.36–38):
board
-> Seeed SenseCap Solar
Sources¶
- MeshCore firmware —
src/helpers/CommonCLI.cpp - MeshCore firmware —
examples/simple_repeater/MyMesh.h - MeshCore firmware —
variants/sensecap_solar/SenseCapSolarBoard.h - MeshCore firmware —
docs/cli_commands.md
Translated from Dutch by Anthropic Claude