Add T-Beam 1W

This commit is contained in:
rcarteraz 2026-01-12 14:02:04 -07:00 committed by GitHub
parent aa48faf5b5
commit 4c82a2f39d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -845,6 +845,11 @@ enum HardwareModel {
*/
MESHSTICK_1262 = 121;
/*
* LilyGo T-Beam 1W
*/
TBEAM_1_WATT = 122;
/*
* ------------------------------------------------------------------------------------------------------------------------------------------
* 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.