mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Proto stuffs
This commit is contained in:
parent
9caca13d55
commit
484e16f8c9
1 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,11 @@
|
|||
syntax = "proto3";
|
||||
|
||||
option java_package = "com.geeksville.mesh";
|
||||
option optimize_for = LITE_RUNTIME;
|
||||
option go_package = "github.com/meshtastic/gomeshproto";
|
||||
|
||||
option java_outer_classname = "DeviceMetadataProtos";
|
||||
|
||||
/*
|
||||
* Device metadata response
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue