Merge pull request #67 from mkinney/master

fix linting warnings
pull/69/head
mkinney 2021-12-30 10:13:20 -08:00 zatwierdzone przez GitHub
commit 229a971fc0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
4 zmienionych plików z 8 dodań i 5 usunięć

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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