Merge pull request #171 from meshtastic/LocalConfig

TEST: Include the (now conveniently mislabeled) LocalConfig in App Handshake
pull/172/head
Thomas Göttgens 2022-06-15 19:39:22 +02:00 zatwierdzone przez GitHub
commit a7bbc35866
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 6 dodań i 5 usunięć

Wyświetl plik

@ -4,6 +4,7 @@ option java_package = "com.geeksville.mesh";
option optimize_for = LITE_RUNTIME;
option go_package = "github.com/meshtastic/gomeshproto";
import "localonly.proto";
import "portnums.proto";
import "telemetry.proto";
@ -1197,11 +1198,6 @@ message FromRadio {
*/
reserved 2;
/*
* In the <1.2 versions nodeinfo had ID 4, to prevent confusing old apps with our new packets, we've changed
*/
reserved 6;
/*
* The packet id, used to allow the phone to request missing read packets from the FIFO,
* see our bluetooth docs
@ -1230,6 +1226,11 @@ message FromRadio {
*/
NodeInfo node_info = 4;
/*
* Include the entire config (was: RadioConfig radio)
*/
LocalConfig config = 6;
/*
* Set to send debug console output over our protobuf stream
*/