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

I thought something looked off...
pull/307/head v2.0.18
Ben Meadors 2023-02-03 10:43:46 -06:00 zatwierdzone przez GitHub
commit 516074f2e4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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