Skip to content

Releases: openbikesensor/OpenBikeSensorFirmware

v0.8.627

05 Jul 21:07
1086d49
Compare
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
Compare
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
Compare
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

v0.7.585

30 May 11:02
0c11f88
Compare
Choose a tag to compare
v0.7.585 Pre-release
Pre-release

GitHub downloads GitHub commits since release

Version v0.7.585 based on refs/heads/master 0c11f88

🎉 Major features and improvements

  • 70521cf - Release with large partition (#243)
  • 1a76c46 - Deletion of single tracks through the web interface #163
  • 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

🚀 New features and improvements

  • e721851 - Added some more description for the update process
  • 6ddf66a - Name plain firmware file firmware.bin to avoid confusion #247

🐛 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.

📦 Dependency updates

👷 Changes for developers / internal

  • a6ee928 - Log info or more severe topics via serial
  • 8f6608e - Use central VoltageMeter (#223)

v0.6.556

02 May 19:01
Compare
Choose a tag to compare

GitHub downloads GitHub commits since release

Version v0.6.556 based on refs/heads/master de50bbe

🎉 Major features and improvements

  • acc4695 - Use asymmetric OTA update process to gain flash memory space (#239)

🚀 New features and improvements

  • 93602af - Add ESP32 partitioning information to about page.

🐛 Bug Fixes

  • ffb55d5 - Fix from v0.6.545: update from github did not trigger install after successful download
  • de50bbe - FIX: Crashes when writing to flash

👷 Changes for developers / internal

  • 0be28b7 - Upload the firmware also as plain bin for releases.
  • 4fed75b - Use more safe snprintf

v0.6.549

01 May 18:02
Compare
Choose a tag to compare
v0.6.549 Pre-release
Pre-release

GitHub downloads GitHub commits since release

Version v0.6.549 based on refs/heads/master ffb55d5

Check README.md for changes in the update process. This version is needed to OTA update to upcoming v0.7.xx and later versions.

🎉 Major features and improvements

  • acc4695 - Use asymmetric OTA update process to gain flash memory space (#239)

🚀 New features and improvements

  • 93602af - Add ESP32 partitioning information to about page.

🐛 Bug Fixes

  • ffb55d5 - Fix from v0.6.545: update from github did not trigger install after successful download

👷 Changes for developers / internal

  • 0be28b7 - Upload the firmware also as plain bin for releases.
  • 4fed75b - Use more safe snprintf

v0.6.545

01 May 17:30
acc4695
Compare
Choose a tag to compare
v0.6.545 Pre-release
Pre-release

GitHub downloads GitHub commits since release

Version v0.6.545 based on refs/heads/master acc4695

Check README.md for changes in the update process. This version is needed to OTA update to upcoming v0.7.xx and later versions.

🎉 Major features and improvements

  • acc4695 - Use asymmetric OTA update process to gain flash memory space (#239)

🚀 New features and improvements

  • 93602af - Add ESP32 partitioning information to about page.

👷 Changes for developers / internal

  • 0be28b7 - Upload the firmware also as plain bin for releases.
  • 4fed75b - Use more safe snprintf

v0.5.531

29 Mar 18:59
1775eb0
Compare
Choose a tag to compare

GitHub downloads GitHub commits since release

Version v0.5.531 based on refs/heads/master 1775eb0

🎉 Major features and improvements

🚀 New features and improvements

  • f21aa6d - Add initial flash documentation for macOS (#233)

🐛 Bug Fixes

  • 4fa1bfc - Fix: Display was not updated when re-displaying the same text

👻 Maintenance

📦 Dependency updates

👷 Changes for developers / internal

  • 24f0aef - Fix: DEVELOP mode close file AFTER debug output
  • 1775eb0 - Fix and align copyright header LGPL (#235)

v0.4.496

05 Mar 16:37
Compare
Choose a tag to compare

GitHub downloads GitHub commits since release

Version v0.4.496 based on refs/heads/master 6602cf0

🎉 Major features and improvements

  • c0234fe - Use UBX native GPS functionality (#213)
    • AGPS Support, download is done automatically in server mode
    • Assisted GPS, remember last location
    • configure SBAS to use the current EGNOS (Europe) satellites for correction data. This might increase precision of the measured position!
    • write debug messages every minute in comment area of csv data
    • communicate fast with GPS module in UBX not NMEA

🚀 New features and improvements

/b6757dd65d77adcaa649afcb79d7ac8ad0cd0d8d) - Display readings of 0 (or below) as "---" for the right sensor value. (#230)

🐛 Bug Fixes

  • 72c9b11 - Fixed table formatting, csv format documentation
  • 6602cf0 - AGPS data download should not happen in AP mode #231

👷 Changes for developers / internal

  • b8e03f6 - Fix: Contained only one char from previous merge
  • efb50b3 - Reduce rom usage, drop unused code (#229)

v0.4.490

23 Feb 21:43
c0234fe
Compare
Choose a tag to compare
v0.4.490 Pre-release
Pre-release

GitHub downloads GitHub commits since release

Version v0.4.490 based on refs/heads/master c0234fe

🎉 Major features and improvements

  • c0234fe - Use UBX native GPS functionality (#213)
    • AGPS Support, download is done automatically in server mode
    • Assisted GPS, remember last location
    • configure SBAS to use the current EGNOS (Europe) satellites for correction data. This might increase precision of the measured position!
    • write debug messages every minute in comment area of csv data
    • communicate fast with GPS module in UBX not NMEA

🚀 New features and improvements

🐛 Bug Fixes

  • 72c9b11 - Fixed table formatting, csv format documentation

👷 Changes for developers / internal

  • b8e03f6 - Fix: Contained only one char from previous merge