Hi,
If it's possible, it could be nice to have a toggle switch that allow statistics to start at midnight instead of the last 24 hours. What I would like to get is the today statistics like what we get on Dexcom Clarity and Nightscout.
I suppose that I could do it by my own by changing this code line, but I don't know the command to put there in replacement of " dateTimeUtils.getTimeIntervalNHoursAgo(N: 24) ".
" main/LoopFollow/Controllers/StatsView.swift "
" 23 let oneDayAgo = dateTimeUtils.getTimeIntervalNHoursAgo(N: 24)"
Thanks,