add protolint; make all files indentation consistent with 2 spaces

This commit is contained in:
Mike Kinney 2021-11-30 11:45:01 -08:00
parent 0de53c84a2
commit dee54fa738
14 changed files with 583 additions and 561 deletions

View file

@ -13,9 +13,9 @@ message ManufacturingData {
/*
* center frequency for the radio hardware that was stuffed
*/
uint32 fradioFreq = 1;
uint32 fradioFreq = 1;
/*
/*
* TBEAM, HELTEC, etc...
*/
string hw_model = 2;