Add hardwareModel for M5Stack Cardputer Adv

This commit is contained in:
WillyJL 2025-09-15 22:49:58 +02:00
parent 945b796a98
commit d4d1508708
No known key found for this signature in database

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.