Skip to content

Commit 0fd2e36

Browse files
committed
test PA18
1 parent 8b05e55 commit 0fd2e36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Multiprotocol/MT99xx_ccnrf.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
//#define FORCE_A180_ID
3636
//#define FORCE_DRAGON_ID
3737
//#define FORCE_F949G_ID
38-
//#define FORCE_PA18_ID
38+
#define FORCE_PA18_ID
3939

4040
enum {
4141
MT99XX_DATA,
@@ -178,7 +178,7 @@ static void __attribute__((unused)) MT99XX_send_packet()
178178
packet[5] = 0x20; // roll trim (0x00-0x20-0x3f)
179179
packet[6] = GET_FLAG( CH5_SW, FLAG_MT_FLIP );
180180
if(sub_protocol != PA18+8)
181-
packet[7] = h7_mys_byte[hopping_frequency_no]; // next rf channel index ?
181+
packet[7] = h7_mys_byte[hopping_frequency_no]; // next rf channel index ?
182182
else
183183
packet[7] = (packet[7]&0xBF)|0x20;
184184
switch(sub_protocol)

Multiprotocol/Multiprotocol.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#define VERSION_MAJOR 1
2020
#define VERSION_MINOR 3
2121
#define VERSION_REVISION 3
22-
#define VERSION_PATCH_LEVEL 8
22+
#define VERSION_PATCH_LEVEL 9
2323

2424
#define MODE_SERIAL 0
2525

0 commit comments

Comments
 (0)