Skip to content

Releases: openbikesensor/OpenBikeSensorFirmware

v0.7.585

30 May 11:02
0c11f88

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

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

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

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

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

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

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

v0.4.475

18 Feb 10:19

Choose a tag to compare

Version v0.4.475 based on refs/heads/master aa72a7a

Mainly small features, changes and fixes.

🚀 New features and improvements

  • e1ca833 - Remove old default api key altogether, uploads with this key are not possible any more. (#214)
  • 9fc44d7 & 8ab7829 - Read initial cfg from a obs.json file on the SD card at startup if it exists. This resets all existing configuration. After read, the file is deleted from the SD card. (#217)
  • 505ed84 - Hint for driver needed, for initial flash documentation
  • dcab603 - Add brief docu initial flash for linux

🐛 Bug Fixes

  • 6bd77f1 - Bluetooth cleanup again, remove services that do not block SimRa from functioning but still reduce memory pressure a bit.

👷 Changes for developers / internal

  • 9575f49 - Allow analog pin and adc channel to be defined outside. (#212)
  • 4efa499 - Rename sonarqube (Friends-of-)openbikesensor
  • aa72a7a - Write a version.txt file during build.

v0.4.438

20 Jan 17:40

Choose a tag to compare

Version v0.4.438 based on refs/heads/master 96b918e

🐛 Bug Fixes

  • af50a11 - Bluetooth slimness, reduce metadata information
  • c2486c0 - Reduce Bluetooth reporting interval again
  • adb0028 - Do not offer track upload via button in AP mode
  • 96b918e - FIX: expose plain filename while portal upload

v0.4.431

14 Jan 15:44
eb57d4a

Choose a tag to compare

Version v0.4.431 based on refs/heads/master eb57d4a

see commit history for full change log.

🎉 Major features and improvements

  • 320cae7 - bmp280 now gets recognized automatically. Is only displayed if recognized. From now on plug&play
  • 7a846a5 - Enhance configServer (#191)
    • Pages are dynamically created during track upload giving direct feedback
    • Displays shows upload progress while track upload.
    • Added OBS system details in about page
    • Placed "upload tracks" at the top (#167)
  • 06d0e76 - Allow track upload with just a long button press in server mode (#200 / #181)
  • eb57d4a - Early at power up warning, if battery voltage is low (#210)

🚀 New features and improvements

  • 35005f9 - Add license information to distribution files (#186)
  • 578ea3d - FileUpload with more feedback
  • 9af2f09 - Added GPS wait result on OBS startup feedback before moving on

🐛 Bug Fixes

  • 4bd1b82 - moved switch_wire_speed_to_SSD1306 from before the "new SSD1306Displaydevice" to afterwards

👻 Maintenance

  • a84c8c8 - More badges in the readme.md

👷 Changes for developers / internal

  • 98e8bff - Use textual library references
  • ed7c9d5 - Refactor GPS code to its own class
  • 8b83d03 - Hint SQ to correct source path for lib includes (#207)
  • 0d42a78 - SonarQube - inject arch (#208)