mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
add hw model info to MyNodeInfo
This allows the android app to get this data without connecting to the device info service (we are already talking to our mesh bluetooth serivce) Also possibly useful for apps that are talking to the radio over serial (cc @girtsf)
This commit is contained in:
parent
c4ee1448ea
commit
3eb7dab332
1 changed files with 9 additions and 0 deletions
|
|
@ -284,6 +284,15 @@ message MyNodeInfo {
|
|||
/// # of legal channels (set at build time in the device flash image)
|
||||
int32 num_channels = 3;
|
||||
|
||||
/// The region code for my radio (US, CN, etc...)
|
||||
string region = 4;
|
||||
|
||||
/// TBEAM, HELTEC, etc...
|
||||
string hw_model = 5;
|
||||
|
||||
/// 0.0.5 etc...
|
||||
string firmware_version = 6;
|
||||
|
||||
/// FIXME - add useful debugging state (queue depths etc)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue