From c2140fedfaf896bd95a9a8840910135598a5b854 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Fri, 3 Feb 2023 10:10:07 -0600 Subject: [PATCH] I thought something looked off... --- meshtastic/connection_status.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meshtastic/connection_status.proto b/meshtastic/connection_status.proto index d71b93f..3b5d01b 100644 --- a/meshtastic/connection_status.proto +++ b/meshtastic/connection_status.proto @@ -37,7 +37,7 @@ message WifiConnectionStatus { /* * Connection status */ - EthernetConnectionStatus status = 1; + NetworkConnectionStatus status = 1; /* * WiFi access point ssid @@ -118,4 +118,4 @@ message BluetoothConnectionStatus { * Whether the device has an active connection or not */ bool is_connected = 2; -} \ No newline at end of file +}