diff --git a/apps/accelrec/README.md b/apps/accelrec/README.md index 40d981b6a..c9d91df38 100644 --- a/apps/accelrec/README.md +++ b/apps/accelrec/README.md @@ -1,7 +1,8 @@ # Acceleration Recorder -This app records a short period of acceleration data from the accelerometer -and +This app records a short period of acceleration data from the accelerometer at +100Hz (starting when acceleration happens) and graphs it, working out max acceleration +and max velocity. Data can also be downloaded to your PC. ## Usage diff --git a/apps/activepedom/ChangeLog b/apps/activepedom/ChangeLog index fd2b2c2e2..7926ca3e1 100644 --- a/apps/activepedom/ChangeLog +++ b/apps/activepedom/ChangeLog @@ -5,3 +5,4 @@ 0.05: Fix default step/distance display if it hasn't been set up first 0.06: Added WIDGETS.activepedom.getSteps() 0.07: Added settings to be able to hide line1 and line2 so there is no visible widget +0.08: Fixed zero steps issue caused by 0.07