From fe5260d5611f3a8dd6153ca55eeb9e2fcbfe6b98 Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Mon, 31 Oct 2022 18:51:54 +1000 Subject: [PATCH] Update comment --- portnums.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portnums.proto b/portnums.proto index 15747f6..5096be7 100644 --- a/portnums.proto +++ b/portnums.proto @@ -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;