Skip to content

Releases: openbikesensor/OpenBikeSensorFirmware

v0.11.706

12 Dec 19:02

Choose a tag to compare

GitHub downloads GitHub commits since release

Version v0.11.706 based on refs/heads/master 33d3482

πŸŽ‰ Major features and improvements

πŸ‘» Maintenance

πŸ“¦ Dependency updates

  • d64d370 - Bump metcalfc/changelog-generator from 2.0.0 to 3.0.0 (#280)
  • 4e2aa1a - Update Adafruit BusIO version
  • d7c72eb - Bump metcalfc/changelog-generator from 0.4.4 to 2.0.0 (#277)

πŸ‘· Changes for developers / internal

  • d24f3c9 - Enable dependabot for github-actions

Full Changelog: v0.11.705...v0.11.706

v0.11.705

08 Dec 18:48
f5045c0

Choose a tag to compare

v0.11.705 Pre-release
Pre-release

GitHub downloads GitHub commits since release

Version v0.11.705 based on refs/heads/master f5045c0

πŸŽ‰ Major features and improvements

πŸš€ New features and improvements

πŸ› Bug Fixes

πŸ‘» Maintenance

πŸ“¦ Dependency updates

  • d64d370 - Bump metcalfc/changelog-generator from 2.0.0 to 3.0.0 (#280)
  • 4e2aa1a - Update Adafruit BusIO version
  • d7c72eb - Bump metcalfc/changelog-generator from 0.4.4 to 2.0.0 (#277)

πŸ‘· Changes for developers / internal

  • d24f3c9 - Enable dependabot for github-actions

v0.10.676

22 Oct 19:53

Choose a tag to compare

GitHub downloads GitHub commits since release

Version v0.10.676 based on refs/heads/master 801fa9a

πŸš€ New features and improvements

  • ed8bfdb - Keep display highlight after confirm for 500ms (fixes #254) (#271)
  • 8018419 - Count and expose unexpected chars from gps module.

πŸ› Bug Fixes

  • 5f49080 - Outdated ALP data was not reliably detected

πŸ“¦ Dependency updates

v0.9.669

05 Aug 19:17
aad7f25

Choose a tag to compare

GitHub downloads GitHub commits since release

Version v0.9.669 based on refs/heads/master aad7f25

πŸŽ‰ Major features and improvements

πŸš€ New features and improvements

πŸ› Bug Fixes

  • 98ffc3a - Debounce button read introduced with v0.8.x thanks @markus J. for reporting (#268)
  • aad7f25 - Files in /trash could not really be deleted

πŸ“¦ Dependency updates

  • b444cfd - Minor update of used libraries

πŸ‘· Changes for developers / internal

  • 95e619b - copy font license to distribution
  • d930803 - Preparing v0.9.x release line

v0.9.665

04 Aug 19:55
d930803

Choose a tag to compare

v0.9.665 Pre-release
Pre-release

GitHub downloads GitHub commits since release

Version v0.9.665 based on refs/heads/master d930803

πŸŽ‰ Major features and improvements

πŸš€ New features and improvements

πŸ› Bug Fixes

  • 98ffc3a - Debounce button read introduced with v0.8.x thanks @markus J. for reporting (#268)

πŸ“¦ Dependency updates

  • 95e619b - copy font license to distribution
  • b444cfd - Minor update of used libraries
  • d930803 - Preparing v0.9.x release line

v0.8.649

22 Jul 19:03
eeb4ae3

Choose a tag to compare

GitHub downloads GitHub commits since release

Version v0.8.649 based on refs/heads/master eeb4ae3

πŸŽ‰ Major features and improvements

  • eeb4ae3 - Refine tof sensor timing (#263 supersede #224)
    • Switch to overlapping alternating measurement with refined timings reported by @gluap.
    • be more precise for the high signal timing by sending the trigger per sensor
    • count and expose some special cases of the tof sensors via csv
    • reset previously collected values in medianMeasure if current distance is larger.
    • adjust Bluetooth and display update timings
    • record measurements with next left sensor start
  • 1086d49 - Read the tof-sensors in parallel (#224)
    • primary sensor gives pace
    • nerd display shows number of echo triggers of primary sensor in the middle
    • inner loop runs more often (no wait while reading tof-sensors)
    • introduce SENSOR_QUIET_PERIOD_AFTER_OPPOSITE_START_MICRO_SEC to avoid receiving the echo from the other sensor
    • see also #221
  • 0544d80 - Remove GPS wait options / Use GPS time as system time
    do not wait for UTC time, start with GPS time & pos
  • f165f36 - Add possibility to re-upload tracks
    SD Card browser now has the option to move files to the root directory when browsing the /uploaded directory. This allows to upload already uploaded tracks again, which is needed during portal testing or if you switch portals.
  • 46a04a2 - Switch to Open Sans as OBS font

πŸš€ New features and improvements

  • a9d5eb7 - Re-enable dns server for AP mode, fixes #81 (#256)
  • a8718b6 - Allow http only access as option
  • f49c62b - BLE: Only send notify events if requested by BLE client

πŸ› Bug Fixes

  • 1608ae7 - BLE: connect status was not properly initialized
  • 3108344 - Fix: Documented settings for flash_download_tool did not work with current V3.8.8

πŸ“¦ Dependency updates

  • 258edeb - Update ArduinoJson and SSD1396 lib

πŸ‘· Changes for developers / internal

v0.8.630

10 Jul 14:23

Choose a tag to compare

v0.8.630 Pre-release
Pre-release

GitHub downloads GitHub commits since release

Version v0.8.630 based on refs/heads/master a8718b6

πŸŽ‰ Major features and improvements

  • 1086d49 - Read the tof-sensors in parallel (#224)
    • primary sensor gives pace
    • nerd display shows number of echo triggers of primary sensor in the middle
    • inner loop runs more often (no wait while reading tof-sensors)
    • introduce SENSOR_QUIET_PERIOD_AFTER_OPPOSITE_START_MICRO_SEC to avoid receiving the echo from the other sensor
    • see also #221
  • 0544d80 - Remove GPS wait options / Use GPS time as system time
    do not wait for UTC time, start with GPS time & pos
  • f165f36 - Add possibility to re-upload tracks
    SD Card browser now has the option to move files to the root directory when browsing the /uploaded directory. This allows to upload already uploaded tracks again, which is needed during portal testing or if you switch portals.

πŸš€ New features and improvements

  • a9d5eb7 - Re-enable dns server for AP mode, fixes #81 (#256)
  • a8718b6 - Allow http only access as option
  • f49c62b - BLE: Only send notify events if requested by BLE client

πŸ› Bug Fixes

  • 1608ae7 - BLE: connect status was not properly initialized

πŸ“¦ Dependency updates

  • 258edeb - Update ArduinoJson and SSD1396 lib

πŸ‘· Changes for developers / internal

v0.8.627

05 Jul 21:07
1086d49

Choose a tag to compare

v0.8.627 Pre-release
Pre-release

GitHub downloads GitHub commits since release

Version v0.8.627 based on refs/heads/master 1086d49

πŸŽ‰ Major features and improvements

  • 1086d49 - Read the tof-sensors in parallel (#224)
    • primary sensor gives pace
    • nerd display shows number of echo triggers of primary sensor in the middle
    • inner loop runs more often (no wait while reading tof-sensors)
    • introduce SENSOR_QUIET_PERIOD_AFTER_OPPOSITE_START_MICRO_SEC to avoid receiving the echo from the other sensor
    • see also #221
  • 0544d80 - Remove GPS wait options / Use GPS time as system time
    • do not wait for UTC time, start with GPS time & pos

πŸš€ New features and improvements

πŸ‘· Changes for developers / internal

v0.7.596

08 Jun 19:58

Choose a tag to compare

GitHub downloads GitHub commits since release

Version v0.7.596 based on refs/heads/master 9981f72

πŸŽ‰ Major features and improvements

  • 70521cf - Release with large partition allow more features to come (#243)
  • 1a76c46 - Deletion of single tracks through the web interface #163
  • 8103d1d - Bluetooth is available again (Documentation update)

πŸš€ New features and improvements

  • e721851 - Added some more description for the update process
  • 6ddf66a - Name plain firmware file firmware.bin to avoid confusion #247
  • 0c11f88
    • Use per device self signed cert, closes #238
    • put firmware.bin on top level directory for better archive handling
    • extend details listed on the about page (WiFi & HTTP details)
    • Minor text cleanup, new 404 page.
    • add possibility to set pin used for HTTP, documented pin configuration
  • ee2a50c - Added Let's Encrypt certs (ISRG Root X1 + Intermediate R3) (#250) this allows different portal systems to be used (if they use let's encrypt)
  • 0c59454 - Create a valid toDate if time is not available.

πŸ› Bug Fixes

  • b7ff4b6 - Fix: Percentage is signed for -1 result (from VoltageMeter change)
  • a7c3f68 - Be more tolerant when setting time (#242) (#244)
  • 6d04005 - Only print beginning of the sha256 sum on about page.
  • b141519 - Fix numeric size conversion on about page
  • e6f647b - Fix: Ensure confirmed pass event is not lost when new event pending (#253)
  • edc3b7d - Fix: Fast confirmation adjustment could cause wrong confirm index to be set.
  • 372af11 - Fix: CSV encoding did not consider ;
  • 9981f72 - Improve display of progress when creating ssl cert

πŸ“¦ Dependency updates

πŸ‘· Changes for developers / internal

  • a6ee928 - Log info or more severe topics via serial
  • 8f6608e - Use central VoltageMeter (#223)
  • 5a29937 - Remove duplicated copyright header
  • b85189c - Add idea internal file to gitignore
  • d7e152e - Use log_? instead of Serial.write

v0.7.591

01 Jun 20:12
ee2a50c

Choose a tag to compare

v0.7.591 Pre-release
Pre-release

GitHub downloads GitHub commits since release

Version v0.7.591 based on refs/heads/master ee2a50c

πŸŽ‰ Major features and improvements

  • 70521cf - Release with large partition allow more features to come (#243)
  • 1a76c46 - Deletion of single tracks through the web interface #163
  • 8103d1d - Bluetooth is available again (Documentation update)

πŸš€ New features and improvements

  • e721851 - Added some more description for the update process
  • 6ddf66a - Name plain firmware file firmware.bin to avoid confusion #247
  • 0c11f88
    • Use per device self signed cert, closes #238
    • put firmware.bin on top level directory for better archive handling
    • extend details listed on the about page (WiFi & HTTP details)
    • Minor text cleanup, new 404 page.
    • add possibility to set pin used for HTTP, documented pin configuration
  • ee2a50c - Added Let's Encrypt certs (ISRG Root X1 + Intermediate R3) (#250) this allows different portal systems to be used (if they use let's encrypt)

πŸ› Bug Fixes

  • b7ff4b6 - Fix: Percentage is signed for -1 result (from VoltageMeter change)
  • a7c3f68 - Be more tolerant when setting time (#242) (#244)
  • 6d04005 - Only print beginning of the sha256 sum on about page.
  • b141519 - Fix numeric size conversion on about page

πŸ“¦ Dependency updates

πŸ‘· Changes for developers / internal

  • a6ee928 - Log info or more severe topics via serial
  • 8f6608e - Use central VoltageMeter (#223)
  • 5a29937 - Remove duplicated copyright header