Skip to content

Commit

Permalink
Merge pull request meshtastic#15 from michelepagot/improve-docs-inden…
Browse files Browse the repository at this point in the history
…tation

Fix some typo and improve indentation of code comments
  • Loading branch information
mc-hamster authored Feb 24, 2021
2 parents 96257b7 + d479a55 commit 0a3a85e
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 121 deletions.
7 changes: 4 additions & 3 deletions deviceonly.proto
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ message DeviceState {
bool did_gps_reset = 11;

/*
* Secondary channels are only used for encryption/decryption/authentication purposes. Their radio settings (freq etc)
* are ignored, only psk is used.
* Note: this is not kept inside of RadioConfig because that would make ToRadio/FromRadio worse case > 512 bytes (to big for BLE)
* Secondary channels are only used for encryption/decryption/authentication purposes.
* Their radio settings (freq etc) are ignored, only psk is used.
* Note: this is not kept inside of RadioConfig because that would make
* ToRadio/FromRadio worse case > 512 bytes (to big for BLE)
*/
repeated ChannelSettings secondary_channels = 12;
}
Loading

0 comments on commit 0a3a85e

Please sign in to comment.