From c1ae40f1c70b32bae18aff25e60dcdba513502ce Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Wed, 27 Jan 2021 19:19:34 -0800 Subject: [PATCH] Update portnums.proto --- portnums.proto | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/portnums.proto b/portnums.proto index b07d1c8..7ffc294 100644 --- a/portnums.proto +++ b/portnums.proto @@ -88,12 +88,11 @@ enum PortNum { SERIAL_APP = 64; /* - * Provides a mechanism for external notifications. eg: - * LED, Buzzer, Fog Horn or anything else + * STORE_REQUEST_APP (Work in Progress) * * Maintained by Jm Casler (MC Hamster) : jm@casler.org */ - EXTERNAL_NOTIFICATION_APP = 65; + STORE_REQUEST_APP = 65; /* * Private applications should use portnums >= 256.