I thought something looked off...

This commit is contained in:
Ben Meadors 2023-02-03 10:10:07 -06:00 committed by GitHub
parent 4ef7e46a8b
commit c2140fedfa
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;
}
}