Skip to content

Commit

Permalink
Merge pull request #616 from meshtastic/caveman99-patch-1
Browse files Browse the repository at this point in the history
add hw env string to metadata
  • Loading branch information
thebentern authored Nov 3, 2024
2 parents 015202a + b227a1c commit e8dbfb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions meshtastic/mesh.options
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
*NeighborInfo.neighbors max_count:10

*DeviceMetadata.firmware_version max_size:18
*DeviceMetadata.hw_env max_size:40

*MqttClientProxyMessage.topic max_size:60
*MqttClientProxyMessage.data max_size:435
Expand Down
5 changes: 5 additions & 0 deletions meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1870,6 +1870,11 @@ message DeviceMetadata {
* Has PKC capabilities
*/
bool hasPKC = 11;

/*
* Device firmware environment string
*/
string pio_env = 12;
}

/*
Expand Down

0 comments on commit e8dbfb9

Please sign in to comment.