Add PortNum for Simulator App

This commit is contained in:
GUVWAF 2022-10-01 12:16:04 +02:00
parent 0328a5269f
commit 264f9e73dd

View file

@ -120,6 +120,14 @@ enum PortNum {
*/
ZPS_APP = 68;
/*
* Used to let multiple instances of Linux native applications communicate
* as if they did using their LoRa chip.
* Maintained by GitHub user GUVWAF.
* Project files at https://github.com/GUVWAF/Meshtasticator
*/
SIMULATOR_APP = 69;
/*
* Private applications should use portnums >= 256.
* To simplify initial development and testing you can use "PRIVATE_APP"