Merge pull request #844 from meshtastic/t5s3-hwid

Add T5 S3 ePaper Pro HW-ID
This commit is contained in:
Ben Meadors 2026-01-13 11:57:55 -06:00 committed by GitHub
commit c8d5047b63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -850,6 +850,11 @@ enum HardwareModel {
*/
TBEAM_1_WATT = 122;
/*
* LilyGo T5 S3 ePaper Pro (V1 and V2)
*/
T5_S3_EPAPER_PRO = 123;
/*
* ------------------------------------------------------------------------------------------------------------------------------------------
* 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.