Update comment

This commit is contained in:
Sacha Weatherstone 2022-10-31 18:51:54 +10:00
parent 00c0895f5b
commit fe5260d561
No known key found for this signature in database
GPG key ID: 7AB2D7E206124B31

View file

@ -131,7 +131,7 @@ enum PortNum {
/*
* 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 [regen-protos.sh](https://github.com/meshtastic/Meshtastic-device/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))
*/
PRIVATE_APP = 256;