Merge pull request #842 from meshtastic/rcarteraz-patch-2

Add T-Beam 1W
This commit is contained in:
Ben Meadors 2026-01-12 15:37:21 -06:00 committed by GitHub
commit 61219de748
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.