mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-07-19 16:52: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
|
||||
@ -66,4 +66,8 @@ void LMICus915_setRx1Params(void);
|
||||
void LMICus915_updateTx(ostime_t txbeg);
|
||||
#define LMICbandplan_updateTx(txbeg) LMICus915_updateTx(txbeg)
|
||||
|
||||
#undef LMICbandplan_validDR
|
||||
bit_t LMICus915_validDR(dr_t dr);
|
||||
#define LMICbandplan_validDR(dr) LMICus915_validDR(dr)
|
||||
|
||||
#endif // _lmic_bandplan_us915_h_
|
||||
|
Reference in New Issue
Block a user