Merge pull request #878 from Quency-D/mesh-node-t096
Some checks failed
Push commit to schema registry / Push to schema registry (push) Has been cancelled

add heltec-mesh-node-t096 board
This commit is contained in:
Ben Meadors 2026-03-22 06:34:55 -05:00 committed by GitHub
commit cb1f89372a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -870,6 +870,11 @@ enum HardwareModel {
*/
TDISPLAY_S3_PRO = 126;
/*
* Heltec Mesh Node T096 board features an nRF52840 CPU and a TFT screen.
*/
HELTEC_MESH_NODE_T096 = 127;
/*
* ------------------------------------------------------------------------------------------------------------------------------------------
* 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.