Add ENUM for a new TBEAM

This commit is contained in:
Thomas Göttgens 2022-09-07 21:01:20 +02:00 committed by GitHub
parent a72983993c
commit da5df89939
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -290,6 +290,11 @@ enum HardwareModel {
*/
HELTEC_V1 = 11;
/*
* New T-BEAM with ESP32-S3 CPU
*/
LILYGO_TBEAM_S3_CORE = 12;
/*
* Less common/prototype boards listed here (needs one more byte over the air)
*/