Skip to content

Commit

Permalink
fix #840: Enable device time request by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dhineshkumarmcci committed Jan 3, 2022
1 parent 4342770 commit 5759b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lmic/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
// enable support for MCMD_DeviceTimeReq and MCMD_DeviceTimeAns
// this is always defined, and non-zero to enable it.
#if !defined(LMIC_ENABLE_DeviceTimeReq)
# define LMIC_ENABLE_DeviceTimeReq 0
# define LMIC_ENABLE_DeviceTimeReq 1
#endif

// LMIC_ENABLE_user_events
Expand Down

0 comments on commit 5759b3b

Please sign in to comment.