Merge pull request #625 from meshtastic/wismesh-tap

Add wismesh tap
This commit is contained in:
Ben Meadors 2024-11-19 12:52:27 -06:00 committed by GitHub
commit af7521c3a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -650,6 +650,12 @@ enum HardwareModel {
*/
TLORA_C6 = 83;
/*
* WisMesh Tap
* RAK-4631 w/ TFT in injection modled case
*/
WISMESH_TAP = 84;
/*
* ------------------------------------------------------------------------------------------------------------------------------------------
* Reserved ID For developing private Ports. These will show up in live traffic sparsely, so we can use a high number. Keep it within 8 bits.