mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-28 07:30:16 +00:00
[create-pull-request] automated change (#1356)
Co-authored-by: thebentern <thebentern@users.noreply.github.com>
This commit is contained in:
parent
d73d3ca959
commit
279def7911
2
proto
2
proto
@ -1 +1 @@
|
|||||||
Subproject commit 31eaff092449a75ebbbf0114cf120c746dc96349
|
Subproject commit e1ef519d07b180a05298857374fd60a6165b7a75
|
@ -63,6 +63,8 @@ typedef enum _HardwareModel {
|
|||||||
HardwareModel_RAK11200 = 40,
|
HardwareModel_RAK11200 = 40,
|
||||||
/* B&Q Consulting Nano Edition G1: https://uniteng.com/wiki/doku.php?id=meshtastic:nano */
|
/* B&Q Consulting Nano Edition G1: https://uniteng.com/wiki/doku.php?id=meshtastic:nano */
|
||||||
HardwareModel_NANO_G1 = 41,
|
HardwareModel_NANO_G1 = 41,
|
||||||
|
/* nRF52840 Dongle : https://www.nordicsemi.com/Products/Development-hardware/nrf52840-dongle/ */
|
||||||
|
HardwareModel_NRF52840_PCA10059 = 42,
|
||||||
/* 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. */
|
||||||
HardwareModel_PRIVATE_HW = 255
|
HardwareModel_PRIVATE_HW = 255
|
||||||
} HardwareModel;
|
} HardwareModel;
|
||||||
|
@ -40,10 +40,10 @@ typedef struct _EnvironmentMetrics {
|
|||||||
|
|
||||||
/* Types of Measurements the telemetry module is equipped to handle */
|
/* Types of Measurements the telemetry module is equipped to handle */
|
||||||
typedef struct _Telemetry {
|
typedef struct _Telemetry {
|
||||||
/* This is usually not sent over the mesh (to save space), but it is sent
|
/* This is usually not sent over the mesh (to save space), but it is sent
|
||||||
from the phone so that the local device can set its RTC If it is sent over
|
from the phone so that the local device can set its RTC If it is sent over
|
||||||
the mesh (because there are devices on the mesh without GPS), it will only
|
the mesh (because there are devices on the mesh without GPS), it will only
|
||||||
be sent by devices which has a hardware GPS clock (IE Mobile Phone).
|
be sent by devices which has a hardware GPS clock (IE Mobile Phone).
|
||||||
seconds since 1970 */
|
seconds since 1970 */
|
||||||
uint32_t time;
|
uint32_t time;
|
||||||
/* Key native device metrics such as battery level */
|
/* Key native device metrics such as battery level */
|
||||||
|
Loading…
Reference in New Issue
Block a user