add: 添加air780epvh的定位演示代码,初始化版本
[LuatOS.git] / demo / protobuf / person.pbtxt
blob090fde87021be40b8f18d79888cd42614d3517fc
1 syntax = "proto2";
2 message Person {
3   optional string name = 1;
4   optional int32 id = 2;
5   optional string email = 3;