Sensecap indicator

This commit is contained in:
Ben Meadors 2024-07-22 09:01:59 -05:00 committed by GitHub
parent 10494bf328
commit 38a3a4a8bf
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;
/*
* ------------------------------------------------------------------------------------------------------------------------------------------