Merge pull request #204 from GUVWAF/master

Request PortNum for Simulator App
This commit is contained in:
Andre K 2022-10-01 10:26:54 -03:00 committed by GitHub
commit dabfdfb90c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"