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 +}