Merge pull request #306 from meshtastic/thebentern-patch-1

I thought something looked off...
This commit is contained in:
Ben Meadors 2023-02-03 10:43:46 -06:00 committed by GitHub
commit 516074f2e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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