+1
-1
@@ -118,7 +118,7 @@ lib_deps =
|
|||||||
[device-ui_base]
|
[device-ui_base]
|
||||||
lib_deps =
|
lib_deps =
|
||||||
# renovate: datasource=git-refs depName=meshtastic/device-ui packageName=https://github.com/meshtastic/device-ui gitBranch=master
|
# renovate: datasource=git-refs depName=meshtastic/device-ui packageName=https://github.com/meshtastic/device-ui gitBranch=master
|
||||||
https://github.com/meshtastic/device-ui/archive/3677476c8a823ee85056b5fb1d146a3e193f8276.zip
|
https://github.com/meshtastic/device-ui/archive/9ed5355a24059750e9b2eb5d669574d9ea42a37b.zip
|
||||||
|
|
||||||
; Common libs for environmental measurements in telemetry module
|
; Common libs for environmental measurements in telemetry module
|
||||||
[environmental_base]
|
[environmental_base]
|
||||||
|
|||||||
+1
-1
Submodule protobufs updated: 8caf423964...945b796a98
@@ -259,8 +259,8 @@ typedef enum _meshtastic_HardwareModel {
|
|||||||
meshtastic_HardwareModel_T_DECK_PRO = 102,
|
meshtastic_HardwareModel_T_DECK_PRO = 102,
|
||||||
/* Lilygo TLora Pager */
|
/* Lilygo TLora Pager */
|
||||||
meshtastic_HardwareModel_T_LORA_PAGER = 103,
|
meshtastic_HardwareModel_T_LORA_PAGER = 103,
|
||||||
/* GAT562 Mesh Trial Tracker */
|
/* M5Stack Reserved */
|
||||||
meshtastic_HardwareModel_GAT562_MESH_TRIAL_TRACKER = 104,
|
meshtastic_HardwareModel_M5STACK_RESERVED = 104, /* 0x68 */
|
||||||
/* RAKwireless WisMesh Tag */
|
/* RAKwireless WisMesh Tag */
|
||||||
meshtastic_HardwareModel_WISMESH_TAG = 105,
|
meshtastic_HardwareModel_WISMESH_TAG = 105,
|
||||||
/* RAKwireless WisBlock Core RAK3312 https://docs.rakwireless.com/product-categories/wisduo/rak3112-module/overview/ */
|
/* RAKwireless WisBlock Core RAK3312 https://docs.rakwireless.com/product-categories/wisduo/rak3112-module/overview/ */
|
||||||
@@ -274,6 +274,8 @@ typedef enum _meshtastic_HardwareModel {
|
|||||||
meshtastic_HardwareModel_T_ECHO_LITE = 109,
|
meshtastic_HardwareModel_T_ECHO_LITE = 109,
|
||||||
/* New Heltec LoRA32 with ESP32-S3 CPU */
|
/* New Heltec LoRA32 with ESP32-S3 CPU */
|
||||||
meshtastic_HardwareModel_HELTEC_V4 = 110,
|
meshtastic_HardwareModel_HELTEC_V4 = 110,
|
||||||
|
/* M5Stack C6L */
|
||||||
|
meshtastic_HardwareModel_M5STACK_C6L = 111,
|
||||||
/* ------------------------------------------------------------------------------------------------------------------------------------------
|
/* ------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
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.
|
||||||
------------------------------------------------------------------------------------------------------------------------------------------ */
|
------------------------------------------------------------------------------------------------------------------------------------------ */
|
||||||
|
|||||||
Reference in New Issue
Block a user