mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-07 20:19:25 +00:00
Revert all changes as they should be done in the protobuf part
This commit is contained in:
parent
737a1863b0
commit
b0a53fcb4a
@ -126,8 +126,6 @@ typedef enum _meshtastic_PortNum {
|
|||||||
meshtastic_PortNum_MAP_REPORT_APP = 73,
|
meshtastic_PortNum_MAP_REPORT_APP = 73,
|
||||||
/* PowerStress based monitoring support (for automated power consumption testing) */
|
/* PowerStress based monitoring support (for automated power consumption testing) */
|
||||||
meshtastic_PortNum_POWERSTRESS_APP = 74,
|
meshtastic_PortNum_POWERSTRESS_APP = 74,
|
||||||
/* Airborne tracking: allow existing systemw with compact position formats put those on Meshtantic */
|
|
||||||
meshtastic_PortNum_AIRBORNE_APP = 75,
|
|
||||||
/* Private applications should use portnums >= 256.
|
/* Private applications should use portnums >= 256.
|
||||||
To simplify initial development and testing you can use "PRIVATE_APP"
|
To simplify initial development and testing you can use "PRIVATE_APP"
|
||||||
in your code without needing to rebuild protobuf files (via [regen-protos.sh](https://github.com/meshtastic/firmware/blob/master/bin/regen-protos.sh)) */
|
in your code without needing to rebuild protobuf files (via [regen-protos.sh](https://github.com/meshtastic/firmware/blob/master/bin/regen-protos.sh)) */
|
||||||
|
Loading…
Reference in New Issue
Block a user