disable LMIC onEvent()

This commit is contained in:
Verkehrsrot 2019-11-08 23:05:28 +01:00 committed by nerdyscout
parent b5c5e3ce47
commit 28d9def1d4

View File

@ -21,7 +21,10 @@
#define LMIC_USE_INTERRUPTS 1
// time sync via LoRaWAN network, note: not supported by TTNv2
// #define LMIC_ENABLE_DeviceTimeReq 1
//#define LMIC_ENABLE_DeviceTimeReq 1
// use callback event handlers, not onEvent() reference
#define LMIC_ENABLE_onEvent 0
// This tells LMIC to make the receive windows bigger, in case your clock is
// faster or slower. This causes the transceiver to be earlier switched on,