kopia lustrzana https://github.com/meshtastic/protobufs
Merge pull request #477 from garethhcoleman/master
Add UNPHONE to mesh.proto HardwareModel enumpull/478/head
commit
9edbb188ed
|
|
@ -499,6 +499,11 @@ enum HardwareModel {
|
||||||
*/
|
*/
|
||||||
HELTEC_WIRELESS_TRACKER_V1_0 = 58;
|
HELTEC_WIRELESS_TRACKER_V1_0 = 58;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* unPhone with ESP32-S3, TFT touchscreen, LSM6DS3TR-C accelerometer and gyroscope
|
||||||
|
*/
|
||||||
|
UNPHONE = 59;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ------------------------------------------------------------------------------------------------------------------------------------------
|
* ------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
* 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