Merge pull request #534 from meshtastic/thebentern-patch-1

Sensecap indicator
This commit is contained in:
Ben Meadors 2024-07-22 09:08:20 -05:00 committed by GitHub
commit 7f90178f18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -578,6 +578,11 @@ enum HardwareModel {
* specifically adapted for the Meshtatic project
*/
HELTEC_MESH_NODE_T114 = 69;
/*
* Sensecap Indicator from Seeed Studio. ESP32-S3 device with TFT and RP2040 coprocessor
*/
SENSECAP_INDICATOR = 70;
/*
* ------------------------------------------------------------------------------------------------------------------------------------------