mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #745 from Quency-D/master
Added HELTEC MeshSolar board.
This commit is contained in:
commit
057ac675bb
2 changed files with 9 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue