Fix IN865 Beacon Frequency

Set IN865 beacon frequency to 866.55 MHz
feature-lorawan-1-1
Unknown 2019-07-09 15:54:20 -04:00 committed by Antti Kauppila
parent bd3549f74b
commit 00dc81114d
1 changed files with 2 additions and 2 deletions

View File

@ -181,12 +181,12 @@
/*! /*!
* Beacon frequency * Beacon frequency
*/ */
#define IN865_BEACON_CHANNEL_FREQ 866500000 #define IN865_BEACON_CHANNEL_FREQ 866550000
/*! /*!
* Ping slot default frequency * Ping slot default frequency
*/ */
#define IN865_PING_CHANNEL_FREQ 866500000 #define IN865_PING_CHANNEL_FREQ 866550000
/*! /*!
* Size of RFU1 field * Size of RFU1 field