mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-23 00:58:14 +00:00
[create-pull-request] automated change (#6610)
Co-authored-by: caveman99 <25002+caveman99@users.noreply.github.com>
This commit is contained in:
parent
a36f21b29a
commit
c177c6d655
@ -1 +1 @@
|
|||||||
Subproject commit b982b36dfab2e96b8f8be90af891c68ebf8790c2
|
Subproject commit 27fac39141d99fe727a0a1824c5397409b1aea75
|
@ -243,6 +243,10 @@ typedef enum _meshtastic_HardwareModel {
|
|||||||
meshtastic_HardwareModel_HELTEC_MESH_POCKET = 94,
|
meshtastic_HardwareModel_HELTEC_MESH_POCKET = 94,
|
||||||
/* Seeed Solar Node */
|
/* Seeed Solar Node */
|
||||||
meshtastic_HardwareModel_SEEED_SOLAR_NODE = 95,
|
meshtastic_HardwareModel_SEEED_SOLAR_NODE = 95,
|
||||||
|
/* NomadStar Meteor Pro https://nomadstar.ch/ */
|
||||||
|
meshtastic_HardwareModel_NOMADSTAR_METEOR_PRO = 96,
|
||||||
|
/* Elecrow CrowPanel Advance models, ESP32-S3 and TFT with SX1262 radio plugin */
|
||||||
|
meshtastic_HardwareModel_CROWPANEL = 97,
|
||||||
/* ------------------------------------------------------------------------------------------------------------------------------------------
|
/* ------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
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.
|
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.
|
||||||
------------------------------------------------------------------------------------------------------------------------------------------ */
|
------------------------------------------------------------------------------------------------------------------------------------------ */
|
||||||
|
Loading…
Reference in New Issue
Block a user