From 79d24080ff83b0a54bc1619f07f41f17ffedfb99 Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Mon, 2 May 2022 10:19:54 +1000 Subject: [PATCH] fix linting --- admin.proto | 2 +- config.proto | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/admin.proto b/admin.proto index 0260b5c..1fca446 100644 --- a/admin.proto +++ b/admin.proto @@ -5,9 +5,9 @@ option optimize_for = LITE_RUNTIME; option go_package = "github.com/meshtastic/gomeshproto"; import "channel.proto"; +import "config.proto"; import "mesh.proto"; import "radioconfig.proto"; -import "config.proto"; option java_outer_classname = "AdminProtos"; diff --git a/config.proto b/config.proto index 7048444..e47ee0f 100644 --- a/config.proto +++ b/config.proto @@ -37,18 +37,18 @@ message Config { * If set, this node will try to join the specified wifi network and * acquire an address via DHCP */ - string wifi_ssid = 1; + string wifi_ssid = 1; - /* - * If set, will be use to authenticate to the named wifi - */ - string wifi_password = 2; + /* + * If set, will be use to authenticate to the named wifi + */ + string wifi_password = 2; - /* - * If set, the node will operate as an AP (and DHCP server), otherwise it - * will be a station - */ - bool wifi_ap_mode = 3; + /* + * If set, the node will operate as an AP (and DHCP server), otherwise it + * will be a station + */ + bool wifi_ap_mode = 3; } /*