Training
Consulting
Tools
xref
: /
nanopb-3.4.0
/
examples
/
platformio
/
proto
/
pio_without_options.proto
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
syntax = "proto3";
2
3
message TestMessageWithoutOptions {
4
int32 number = 1;
5
}
6