Releases: openbikesensor/OpenBikeSensorFirmware
v0.7.585
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 #1630c11f88- 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 process6ddf66a- 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
- Use https://github.com/fhessel/esp32_https_server.git#feature/subjectAltName of HTTPS lib to be able to create more flexible certs.
👷 Changes for developers / internal
v0.6.556
Version v0.6.556 based on refs/heads/master de50bbe
🎉 Major features and improvements
🚀 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 downloadde50bbe- FIX: Crashes when writing to flash
👷 Changes for developers / internal
v0.6.549
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
🚀 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
v0.6.545
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
🚀 New features and improvements
93602af- Add ESP32 partitioning information to about page.
👷 Changes for developers / internal
v0.5.531
v0.4.496
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)
8367c9a- Cleanup font usage (#228)af528b0- Add download counter badges447266f- Add badges to the release notes template3f1fd6d- One more badge
🐛 Bug Fixes
72c9b11- Fixed table formatting, csv format documentation6602cf0- AGPS data download should not happen in AP mode #231
👷 Changes for developers / internal
v0.4.490
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
8367c9a- Cleanup font usage (#228)af528b0- Add download counter badges447266f- Add badges to the rrrrelease notes template3f1fd6d- One more badge
🐛 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
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 aobs.jsonfile 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 documentationdcab603- 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
v0.4.438
v0.4.431
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&play7a846a5- 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)- progress bar from @opatut (https://github.com/openbikesensor/OpenBikeSensorFirmware/tree/ota-progress-display)
- Display feedback while in server mode
- Progress bar during firmware upload
- minor changes see commit for details
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 feedback9af2f09- 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