mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #230 from meshtastic/TLORA-18
Add TLora SX1280 Variant
This commit is contained in:
commit
b3dbf38076
1 changed files with 6 additions and 1 deletions
|
|
@ -288,7 +288,12 @@ enum HardwareModel {
|
|||
/*
|
||||
* B&Q Consulting Nano Edition G1: https://uniteng.com/wiki/doku.php?id=meshtastic:nano
|
||||
*/
|
||||
NANO_G1 = 14;
|
||||
NANO_G1 = 14;
|
||||
|
||||
/*
|
||||
* TODO: REPLACE
|
||||
*/
|
||||
TLORA_V2_1_1P8 = 15;
|
||||
|
||||
/*
|
||||
* B&Q Consulting Station Edition G1: https://uniteng.com/wiki/doku.php?id=meshtastic:station
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue