Merge pull request #67 from mkinney/master

fix linting warnings
This commit is contained in:
mkinney 2021-12-30 10:13:20 -08:00 committed by GitHub
commit 229a971fc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 5 deletions

View file

@ -3,13 +3,16 @@ on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
environment: Production
runs-on: ubuntu-latest
steps:
- name: checkout source
uses: actions/checkout@v1

View file

@ -5,8 +5,8 @@ option optimize_for = LITE_RUNTIME;
option go_package = "github.com/meshtastic/gomeshproto";
import "channel.proto";
import "radioconfig.proto";
import "mesh.proto";
import "radioconfig.proto";
option java_outer_classname = "AdminProtos";

View file

@ -1002,12 +1002,12 @@ message MyNodeInfo {
/*
* Is the device wifi capable?
*/
bool has_wifi = 18;
bool has_wifi = 18;
/*
* Utilization for the current channel, including well formed TX, RX and malformed RX (aka noise).
*/
float channel_utilization = 19;
float channel_utilization = 19;
/*

View file

@ -161,7 +161,7 @@ message StoreAndForward {
/*
* If set, this is not the primary Store & Forward router on the mesh
*/
uint32 secondary = 2;
uint32 secondary = 2;
}