Merge pull request #172 from meshtastic/caveman99-patch-1

Don't send all of localconfig, but the parts one by one
This commit is contained in:
Thomas Göttgens 2022-06-16 21:22:14 +02:00 committed by GitHub
commit 94a4dbb842
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ option java_package = "com.geeksville.mesh";
option optimize_for = LITE_RUNTIME;
option go_package = "github.com/meshtastic/gomeshproto";
import "localonly.proto";
import "config.proto";
import "portnums.proto";
import "telemetry.proto";
@ -1227,9 +1227,9 @@ message FromRadio {
NodeInfo node_info = 4;
/*
* Include the entire config (was: RadioConfig radio)
* Include a part of the config (was: RadioConfig radio)
*/
LocalConfig config = 6;
Config config = 6;
/*
* Set to send debug console output over our protobuf stream