OpenSeizureDetector / Garmin_SD

Garmin Watch Seizure Detector - A seizure detector data source based on Garmin IQ watches such as Vivoactive HR
http://openseizuredetector.org.uk
GNU General Public License v3.0
12 stars 8 forks source link

mComms.sendAccelData() called from accel_callback (line 179) #38

Closed pmithrandir closed 8 months ago

pmithrandir commented 8 months ago

As onTick method is called every seconds, I don't think we need to call sendAccelData on sensor callback. It will just overload the system when it's already managed.

jones139 commented 8 months ago

Fixed in V1.5.0 (#39)