Add port number for external notification plugin

This commit is contained in:
Jm Casler 2021-01-21 19:55:02 -08:00 committed by GitHub
parent f9ebc9bd44
commit 55757b5dea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,15 +82,19 @@ enum PortNum {
* Connect to the RX/TX pins of a device with 38400 8N1. Packets received from the Meshtastic
* network is forwarded to the RX pin while sending a packet to TX will go out to the Mesh
* network. Maximum packet size of 240 bytes.
*/
/*
* Plugin is disabled by default can be turned on by setting SERIALPLUGIN_ENABLED = 1 in SerialPlugh.cpp
*
*
* Maintained by Jm Casler (MC Hamster) : jm@casler.org
*/
SERIAL_APP = 64;
/*
* Provides a mechanism for external notifications. eg:
* LED, Buzzer, Fog Horn or anything else
*
* Maintained by Jm Casler (MC Hamster) : jm@casler.org
*/
EXTERNAL_NOTIFICATION_APP = 65;
/*
* Private applications should use portnums >= 256.
* To simplify initial development and testing you can use "PRIVATE_APP"