Added HELTEC MeshSolar board.

This commit is contained in:
Quency-D 2025-07-28 16:53:29 +08:00
parent 9bac2886f9
commit d47de28428
2 changed files with 9 additions and 0 deletions

View file

@ -774,6 +774,12 @@ enum HardwareModel {
*/
THINKNODE_M5 = 107;
/*
* MeshSolar is an integrated power management and communication solution designed for outdoor low-power devices.
* https://heltec.org/project/meshsolar/
*/
HELTEC_MESH_SOLAR = 108;
/*
* ------------------------------------------------------------------------------------------------------------------------------------------
* Reserved ID For developing private Ports. These will show up in live traffic sparsely, so we can use a high number. Keep it within 8 bits.

View file

@ -337,6 +337,9 @@ message ModuleConfig {
// VE.Direct is a serial protocol used by Victron Energy products
// https://beta.ivc.no/wiki/index.php/Victron_VE_Direct_DIY_Cable
VE_DIRECT = 7;
//Used to configure and view some parameters of MeshSolar.
//https://heltec.org/project/meshsolar/
MS_CONFIG = 8;
}
/*