Merge pull request #761 from Quency-D/heltec-v4

add heltec v4 board.
This commit is contained in:
Ben Meadors 2025-09-04 06:42:31 -05:00 committed by GitHub
commit 07d6573e10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -785,6 +785,11 @@ enum HardwareModel {
*/
T_ECHO_LITE = 109;
/*
* New Heltec LoRA32 with ESP32-S3 CPU
*/
HELTEC_V4 = 110;
/*
* ------------------------------------------------------------------------------------------------------------------------------------------
* 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.