mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-07-30 09:58:38 -04:00
Switch from board variant being set separately to using model number instead.
This commit is contained in:
parent
63eab05014
commit
ba2d36add9
5 changed files with 132 additions and 52 deletions
2
ROM.h
2
ROM.h
|
@ -29,7 +29,9 @@
|
|||
#define PRODUCT_RAK4631 0x10
|
||||
#define MODEL_11 0x11
|
||||
#define MODEL_12 0x12
|
||||
#define MODEL_13 0x13 // RAK4631 with WisBlock SX1280 module (LIBSYS002)
|
||||
#define MODEL_A1 0xA1
|
||||
#define MODEL_A5 0xA5 // T3S3 SX1280 PA
|
||||
#define MODEL_A6 0xA6
|
||||
#define MODEL_A4 0xA4
|
||||
#define MODEL_A9 0xA9
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue