Merge pull request #1 from meshtastic/master

[pull] master from meshtastic:master
This commit is contained in:
oscgonfer 2026-02-21 20:06:16 +01:00 committed by GitHub
commit 589c1cce89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -855,6 +855,16 @@ enum HardwareModel {
*/
T5_S3_EPAPER_PRO = 123;
/*
* LilyGo T-Beam BPF (144-148Mhz)
*/
TBEAM_BPF = 124;
/*
* LilyGo T-Mini E-paper S3 Kit
*/
MINI_EPAPER_S3 = 125;
/*
* ------------------------------------------------------------------------------------------------------------------------------------------
* 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.