Add UNPHONE to mesh.proto HardwareModel enum

See PR https://github.com/meshtastic/firmware/pull/3530 to main meshtastic firmware.
pull/477/head
Gareth Coleman 2024-04-02 21:00:54 +01:00 zatwierdzone przez GitHub
rodzic e6b4c590e7
commit 42da320406
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -499,6 +499,11 @@ enum HardwareModel {
*/
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.