Skip to content

Commit 5759b3b

Browse files
fix #840: Enable device time request by default
1 parent 4342770 commit 5759b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lmic/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
// enable support for MCMD_DeviceTimeReq and MCMD_DeviceTimeAns
170170
// this is always defined, and non-zero to enable it.
171171
#if !defined(LMIC_ENABLE_DeviceTimeReq)
172-
# define LMIC_ENABLE_DeviceTimeReq 0
172+
# define LMIC_ENABLE_DeviceTimeReq 1
173173
#endif
174174

175175
// LMIC_ENABLE_user_events

0 commit comments

Comments
 (0)