kopia lustrzana https://github.com/meshtastic/protobufs
Merge branch 'master' of https://github.com/meshtastic/Meshtastic-protobufs
commit
1c9e025d28
|
@ -549,7 +549,8 @@ message RadioConfig {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
If set, we are powered from a low-current source (i.e. solar), so even if it looks like we have power flowing in
|
If set, we are powered from a low-current source (i.e. solar), so even if it looks like we have power flowing in
|
||||||
we should try to minimize power consumption as much as possible. Often combined with is_router.
|
we should try to minimize power consumption as much as possible. YOU DO NOT NEED TO SET THIS IF YOU'VE
|
||||||
|
set is_router (it is implied in that case).
|
||||||
*/
|
*/
|
||||||
bool is_low_power = 38;
|
bool is_low_power = 38;
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,6 @@ option optimize_for = LITE_RUNTIME;
|
||||||
64-127 Registered 3rd party apps, send in a pull request that adds a new entry to portnums.proto to
|
64-127 Registered 3rd party apps, send in a pull request that adds a new entry to portnums.proto to
|
||||||
register your application
|
register your application
|
||||||
256-511 Use one of these portnums for your private applications that you don't want to register publically
|
256-511 Use one of these portnums for your private applications that you don't want to register publically
|
||||||
1024-66559 Are reserved for use by IP tunneling (see FIXME for more information)
|
|
||||||
|
|
||||||
All other values are reserved.
|
All other values are reserved.
|
||||||
|
|
||||||
|
@ -70,10 +69,10 @@ enum PortNum {
|
||||||
*/
|
*/
|
||||||
REPLY_APP = 32;
|
REPLY_APP = 32;
|
||||||
|
|
||||||
|
/** Used for the python IP tunnel feature */
|
||||||
|
IP_TUNNEL_APP = 33;
|
||||||
|
|
||||||
/** Private applications should use portnums >= 256. To simplify initial development and testing you can use "PRIVATE_APP"
|
/** Private applications should use portnums >= 256. To simplify initial development and testing you can use "PRIVATE_APP"
|
||||||
in your code without needing to rebuild protobuf files (via bin/regin_protos.sh) */
|
in your code without needing to rebuild protobuf files (via bin/regin_protos.sh) */
|
||||||
PRIVATE_APP = 256;
|
PRIVATE_APP = 256;
|
||||||
|
|
||||||
/** 1024-66559 Are reserved for use by IP tunneling (see FIXME for more information) */
|
|
||||||
IP_TUNNEL_APP = 1024;
|
|
||||||
}
|
}
|
Ładowanie…
Reference in New Issue