mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Whitespace fixes
This commit is contained in:
parent
0234126e86
commit
08fbd7b987
3 changed files with 8 additions and 8 deletions
|
|
@ -919,27 +919,27 @@ message Config {
|
|||
* Philippines 915mhz
|
||||
*/
|
||||
PH_915 = 21;
|
||||
|
||||
|
||||
/*
|
||||
* Australia / New Zealand 433MHz
|
||||
*/
|
||||
ANZ_433 = 22;
|
||||
|
||||
|
||||
/*
|
||||
* Kazakhstan 433MHz
|
||||
*/
|
||||
KZ_433 = 23;
|
||||
|
||||
|
||||
/*
|
||||
* Kazakhstan 863MHz
|
||||
*/
|
||||
KZ_863 = 24;
|
||||
|
||||
|
||||
/*
|
||||
* Nepal 865MHz
|
||||
*/
|
||||
NP_865 = 25;
|
||||
|
||||
|
||||
/*
|
||||
* Brazil 902MHz
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1639,12 +1639,12 @@ enum EventFirmwareIndicator {
|
|||
/*
|
||||
* Open Sauce, the maker conference held yearly in CA
|
||||
*/
|
||||
OPEN_SAUCE = 1;
|
||||
OPEN_SAUCE = 1;
|
||||
|
||||
/*
|
||||
* DEFCON, the yearly hacker conference
|
||||
*/
|
||||
DEFCON = 2;
|
||||
DEFCON = 2;
|
||||
|
||||
/*
|
||||
* Burning Man, the yearly hippie gathering in the desert
|
||||
|
|
|
|||
|
|
@ -333,7 +333,7 @@ message AirQualityMetrics {
|
|||
* Formaldehyde sensor temperature in degrees Celsius
|
||||
*/
|
||||
optional float form_temperature = 18;
|
||||
|
||||
|
||||
/*
|
||||
* Concentration Units Standard PM4.0 in ug/m3
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue