kopia lustrzana https://github.com/meshtastic/firmware
[create-pull-request] automated change (#5926)
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com>pull/5928/head v2.5.20.4c97351
rodzic
3298df953a
commit
4c97351187
|
|
@ -1 +1 @@
|
||||||
Subproject commit fde27e4ef0fcee967063ba353422ed5f9a1c4790
|
Subproject commit 7f13df0e5f7cbb07f0e6f3a57c0d86ad448738db
|
||||||
|
|
@ -223,6 +223,9 @@ typedef enum _meshtastic_HardwareModel {
|
||||||
/* Mesh-Tab, esp32 based
|
/* Mesh-Tab, esp32 based
|
||||||
https://github.com/valzzu/Mesh-Tab */
|
https://github.com/valzzu/Mesh-Tab */
|
||||||
meshtastic_HardwareModel_MESH_TAB = 86,
|
meshtastic_HardwareModel_MESH_TAB = 86,
|
||||||
|
/* MeshLink board developed by LoraItalia. NRF52840, eByte E22900M22S (Will also come with other frequencies), 25w MPPT solar charger (5v,12v,18v selectable), support for gps, buzzer, oled or e-ink display, 10 gpios, hardware watchdog
|
||||||
|
https://www.loraitalia.it */
|
||||||
|
meshtastic_HardwareModel_MESHLINK = 87,
|
||||||
/* ------------------------------------------------------------------------------------------------------------------------------------------
|
/* ------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
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.
|
||||||
------------------------------------------------------------------------------------------------------------------------------------------ */
|
------------------------------------------------------------------------------------------------------------------------------------------ */
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue