mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-09-10 22:20:33 +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
|
||||
@ -108,4 +108,8 @@ void LMICas923_updateTx(ostime_t txbeg);
|
||||
ostime_t LMICas923_nextJoinTime(ostime_t now);
|
||||
#define LMICbandplan_nextJoinTime(now) LMICas923_nextJoinTime(now)
|
||||
|
||||
#undef LMICbandplan_validDR
|
||||
bit_t LMICas923_validDR(dr_t dr);
|
||||
#define LMICbandplan_validDR(dr) LMICas923_validDR(dr)
|
||||
|
||||
#endif // _lmic_bandplan_as923_h_
|
||||
|
Reference in New Issue
Block a user