Skip to content

Commit

Permalink
Merge pull request #58 from mc-hamster/master
Browse files Browse the repository at this point in the history
Add has_wifi for sacha
  • Loading branch information
mc-hamster authored Dec 9, 2021
2 parents e624b13 + ba34595 commit 10e6857
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -962,6 +962,12 @@ message MyNodeInfo {
*/
repeated uint32 air_period_rx = 17;

/*
* Is the device wifi capable?
*/
bool has_wifi = 18;


/*
* FIXME - add more useful debugging state (queue depths etc)
*/
Expand Down

0 comments on commit 10e6857

Please sign in to comment.