Update mesh.proto

pull/383/head
Mark Trevor Birss 2023-08-22 16:47:27 +02:00 zatwierdzone przez GitHub
rodzic d3dd7cfbe3
commit 67ebc7c61b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -432,6 +432,11 @@ enum HardwareModel {
*/
PICOMPUTER_S3 = 52;
/*
* Heltec HT-CT62 with ESP32-C3 CPU and SX1262 LoRa
*/
PICOMPUTER_S3 = 53;
/*
* ------------------------------------------------------------------------------------------------------------------------------------------
* 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.
@ -1472,4 +1477,4 @@ message DeviceMetadata {
* Has Remote Hardware enabled
*/
bool hasRemoteHardware = 10;
}
}