From 55757b5deaf4516a6db6b5d4356c75f01f94c053 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Thu, 21 Jan 2021 19:55:02 -0800 Subject: [PATCH] Add port number for external notification plugin --- portnums.proto | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/portnums.proto b/portnums.proto index ed43f9c..b07d1c8 100644 --- a/portnums.proto +++ b/portnums.proto @@ -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"