Merge pull request #654 from meshtastic/xiao-bao

Xiao nrf52 kit hw_model
This commit is contained in:
rcarteraz 2025-03-05 12:32:46 -07:00 committed by GitHub
commit 1cddedce83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -675,7 +675,11 @@ enum HardwareModel {
* https://www.loraitalia.it
*/
MESHLINK = 87;
/*
* Seeed XIAO nRF52840 + Wio SX1262 kit
*/
XIAO_NRF52_KIT = 88;
/*
* ------------------------------------------------------------------------------------------------------------------------------------------