mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Move options
This commit is contained in:
parent
63ae4f243f
commit
a6bd218c85
3 changed files with 3 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue