Merge pull request #776 from WillyJL/feat/m5stack-cardputer-adv

Add hardwareModel for M5Stack Cardputer Adv
This commit is contained in:
Ben Meadors 2025-09-18 18:38:49 -05:00 committed by GitHub
commit 34d31aeea5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -790,11 +790,16 @@ enum HardwareModel {
*/
HELTEC_V4 = 110;
/*
/*
* M5Stack C6L
*/
M5STACK_C6L = 111;
/*
* M5Stack Cardputer Adv
*/
M5STACK_CARDPUTER_ADV = 112;
/*
* ------------------------------------------------------------------------------------------------------------------------------------------
* 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.