mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-07-17 16:12:52 +02:00
Upgrade to mcci-catena/arduino-lmic 4.0.1-pre
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2014-2016 IBM Corporation.
|
||||
* Copyright (c) 2017, 2019 MCCI Corporation.
|
||||
* Copyright (c) 2017, 2019-2021 MCCI Corporation.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@ -81,4 +81,8 @@ void LMICin866_initDefaultChannels(bit_t join);
|
||||
void LMICin866_setRx1Params(void);
|
||||
#define LMICbandplan_setRx1Params() LMICin866_setRx1Params()
|
||||
|
||||
#undef LMICbandplan_validDR
|
||||
bit_t LMICin866_validDR(dr_t dr);
|
||||
#define LMICbandplan_validDR(dr) LMICin866_validDR(dr)
|
||||
|
||||
#endif // _lmic_bandplan_in866_h_
|
||||
|
Reference in New Issue
Block a user