Merge pull request #431 from todd-herbert/master

add Heltec Wireless Paper V1.0 to HardwareModel
This commit is contained in:
Ben Meadors 2024-02-05 09:03:56 -06:00 committed by GitHub
commit b279e147a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -467,6 +467,15 @@ enum HardwareModel {
* with one cut and one jumper Meshtastic works
*/
CHATTER_2 = 56;
/*
* Heltec Wireless Paper, With ESP32-S3 CPU and E-Ink display
* Older "V1.0" Variant, has no "version sticker"
* E-Ink model is DEPG0213BNS800
* Tab on the screen protector is RED
* Flex connector marking is FPC-7528B
*/
HELTEC_WIRELESS_PAPER_V1_0 = 57;
/*
* ------------------------------------------------------------------------------------------------------------------------------------------