add new board type

This commit is contained in:
Kevin Hester 2021-04-12 13:10:57 +08:00
parent ff66c54949
commit 6e05f72a1a
2 changed files with 2 additions and 0 deletions

View file

@ -772,6 +772,7 @@ To match the old style filenames, _ is converted to -, p is converted to .
| TBEAM0p7 | 6 | |
| T_ECHO | 7 | |
| TLORA_V1_1p3 | 8 | |
| RAK4631 | 9 | |
| LORA_RELAY_V1 | 32 | Less common/prototype boards listed here (needs one more byte over the air) |
| NRF52840DK | 33 | |
| PPR | 34 | |

View file

@ -90,6 +90,7 @@ message Position {
TBEAM0p7 = 6;
T_ECHO = 7;
TLORA_V1_1p3 = 8;
RAK4631 = 9;
// Less common/prototype boards listed here (needs one more byte over the air)
LORA_RELAY_V1 = 32;