Update portnums.proto

This commit is contained in:
Jm Casler 2021-01-27 19:19:34 -08:00 committed by GitHub
parent b4c8494e07
commit c1ae40f1c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.