- 来源: 合宙 LuatOS 官方仓库 air780epm 模块完整代码 - 路径: luatos/air780epm/module/Air780EPM/demo 含官方 demo(含 mqtt/mqtts/socket/uart 等) - 后续: 基于 demo 开发 UART<->MQTT 数据上报功能
7 lines
120 B
Protocol Buffer
7 lines
120 B
Protocol Buffer
syntax = "proto2";
|
|
message Person {
|
|
optional string name = 1;
|
|
optional int32 id = 2;
|
|
optional string email = 3;
|
|
}
|