How can we define the interval the OBD2 is resending new data through startLiveData method? ` // run again in period defined in preferences ` ` new Handler().postDelayed(mQueueCommands, 1000); ` Or is there any other option?