Merge branch 'master' into wio-lr1110-refresh

This commit is contained in:
Thomas Göttgens 2024-07-22 17:03:09 +02:00 committed by GitHub
commit 50238fbaf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit 10494bf328ac051fc4add9ddeb677eebf337b531
Subproject commit 7f90178f183820e288aec41133144f30723228fe

View File

@ -176,6 +176,8 @@ typedef enum _meshtastic_HardwareModel {
/* Heltec Mesh Node T114 board with nRF52840 CPU, and a 1.14 inch TFT display, Ultimate low-power design,
specifically adapted for the Meshtatic project */
meshtastic_HardwareModel_HELTEC_MESH_NODE_T114 = 69,
/* Sensecap Indicator from Seeed Studio. ESP32-S3 device with TFT and RP2040 coprocessor */
meshtastic_HardwareModel_SENSECAP_INDICATOR = 70,
/* ------------------------------------------------------------------------------------------------------------------------------------------
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.
------------------------------------------------------------------------------------------------------------------------------------------ */