Move options

This commit is contained in:
Ben Meadors 2023-05-15 14:41:34 -05:00
parent 63ae4f243f
commit a6bd218c85
3 changed files with 3 additions and 6 deletions

View file

@ -11,6 +11,7 @@ option swift_prefix = "";
import "meshtastic/channel.proto";
import "meshtastic/localonly.proto";
import "meshtastic/mesh.proto";
import "meshtastic/module_config.proto";
/*
* This message is never sent over the wire, but it is used for serializing DB

View file

@ -52,8 +52,3 @@
*Waypoint.description max_size:100
*NeighborInfo.neighbors max_count:10
*DeviceMetadata.firmware_version max_size:18
*DeviceMetadata:remote_hardware_pins max_count:4
*RemoteHardwarePin.name max_size:15

View file

@ -15,4 +15,5 @@
*ExternalNotificationConfig.output_buzzer int_size:8
*ExternalNotificationConfig.nag_timeout int_size:16
*RemoteHardwareConfig:available_pins max_count:4
*RemoteHardwareConfig:available_pins max_count:4
*RemoteHardwarePin.name max_size:15