From 6bddcd2647af44cb9997e08871897a3aa2157362 Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Sat, 6 Aug 2022 21:28:55 +1000 Subject: [PATCH] Fix boolean typo --- config.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.proto b/config.proto index 85f24be..314c83f 100644 --- a/config.proto +++ b/config.proto @@ -310,7 +310,7 @@ message Config { /* * Enable WiFi (disables Bluetooth) */ - boolean enabled = 1; + bool enabled = 1; /* * If set, this node will try to join the specified wifi network and