diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d68f79d..e45da621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added +- Added blocking for shifts above or below min/max setpoints. +- Added Peloton serial decoder to sensor factory. - Added blocking for shifts above or below min/max set points. +- Added power scaler for new board. +- Added Main Index link to develop.html. ### Changed - PowerTable values are now adjusted to 90 RPM cad on input. - PowerTable entries are now validated against previous entries. - Changes to default settings for better ride-ability. raised incline multiplier and erg sensitivity, increased incline multiplier and max brake watts. - Fixed a bug in the new cadence compensation where an int should have been a float. +- Moved serial checking to own function. +- Reduced verbosity of ERG logging. ### Hardware - removed duplicate directory in direct mount folder diff --git a/data/develop.html b/data/develop.html index 2dddfae2..6fe06ccc 100644 --- a/data/develop.html +++ b/data/develop.html @@ -3,24 +3,28 @@
+ html { + background-color: #03245c; + } +