Merge pull request #662 from meshtastic/add-devices

Thinknodes and T-ETH
This commit is contained in:
Ben Meadors 2025-03-15 06:59:43 -05:00 committed by GitHub
commit 14ec205865
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -680,6 +680,19 @@ enum HardwareModel {
* Seeed XIAO nRF52840 + Wio SX1262 kit
*/
XIAO_NRF52_KIT = 88;
/*
* Elecrow ThinkNode M1 & M2
* https://www.elecrow.com/wiki/ThinkNode-M1_Transceiver_Device(Meshtastic)_Power_By_nRF52840.html
* https://www.elecrow.com/wiki/ThinkNode-M2_Transceiver_Device(Meshtastic)_Power_By_NRF52840.html (this actually uses ESP32-S3)
*/
THINKNODE_M1 = 89;
THINKNODE_M2 = 90;
/*
* Lilygo T-ETH-Elite
*/
T_ETH_ELITE = 91;
/*
* ------------------------------------------------------------------------------------------------------------------------------------------