Merge pull request #864 from vidplace7/TBEAM_BPF

Add LilyGo T-Beam BPF
This commit is contained in:
Ben Meadors 2026-02-20 18:41:31 -06:00 committed by GitHub
commit cb07ce2b30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -855,6 +855,11 @@ enum HardwareModel {
*/
T5_S3_EPAPER_PRO = 123;
/*
* LilyGo T-Beam BPF (144-148Mhz)
*/
TBEAM_BPF = 124;
/*
* ------------------------------------------------------------------------------------------------------------------------------------------
* 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.