Add Thinknode M4 and M6 to the equasion (#815)

This commit is contained in:
Thomas Göttgens 2025-11-21 10:55:44 +01:00 committed by GitHub
parent 7eb3258fa0
commit 52fa252f1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -829,6 +829,16 @@ enum HardwareModel {
* RAK6421 Hat+
*/
RAK6421 = 118;
/*
* Elecrow ThinkNode M4
*/
THINKNODE_M4 = 119;
/*
* Elecrow ThinkNode M6
*/
THINKNODE_M6 = 120;
/*
* ------------------------------------------------------------------------------------------------------------------------------------------