mirror of https://github.com/ARMmbed/mbed-os.git
Fix IN865 Beacon Frequency
Set IN865 beacon frequency to 866.55 MHzfeature-lorawan-1-1
parent
bd3549f74b
commit
00dc81114d
|
@ -181,12 +181,12 @@
|
|||
/*!
|
||||
* Beacon frequency
|
||||
*/
|
||||
#define IN865_BEACON_CHANNEL_FREQ 866500000
|
||||
#define IN865_BEACON_CHANNEL_FREQ 866550000
|
||||
|
||||
/*!
|
||||
* Ping slot default frequency
|
||||
*/
|
||||
#define IN865_PING_CHANNEL_FREQ 866500000
|
||||
#define IN865_PING_CHANNEL_FREQ 866550000
|
||||
|
||||
/*!
|
||||
* Size of RFU1 field
|
||||
|
|
Loading…
Reference in New Issue