Add Heltec Capsule Sensor V3

pull/516/head
Heltec-Aaron-Lee 2024-06-12 19:25:00 +08:00
rodzic 8c8048798c
commit aa08ca2bdc
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -543,6 +543,11 @@ enum HardwareModel {
*/
RADIOMASTER_900_BANDIT_NANO = 64;
/*
* Heltec Capsule Sensor V3 with ESP32-S3 CPU, Portable LoRa device that can replace GNSS modules or sensors
*/
HELTEC_CAPSULE_SENSOR_V3 = 65;
/*
* ------------------------------------------------------------------------------------------------------------------------------------------
* 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.