Whitespace fixes

This commit is contained in:
Jonathan Bennett 2025-07-21 12:06:57 -05:00
parent 0234126e86
commit 08fbd7b987
3 changed files with 8 additions and 8 deletions

View file

@ -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
*/

View file

@ -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

View file

@ -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
*/