Releases: openbikesensor/OpenBikeSensorFirmware
v0.8.627
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
7355a3e
- Increase https data chunk size to reduce probability to be hit by fhessel/esp32_https_server#123f3653e1
- Refresh sonarqube scanner.e7c4d9d
- replace vector of sensors by fixed size array of sensors, resolves #252 (#257)96fb01e
- Next version will be v0.8.x9ab8f4d
- Increase interval of SBAS statistic message
v0.7.596
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 #1638103d1d
- Bluetooth is available again (Documentation update)
🚀 New features and improvements
e721851
- Added some more description for the update process6ddf66a
- Name plain firmware file firmware.bin to avoid confusion #2470c11f88
- 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 pagee6f647b
- 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
- 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.7.591
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 #1638103d1d
- Bluetooth is available again (Documentation update)
🚀 New features and improvements
e721851
- Added some more description for the update process6ddf66a
- Name plain firmware file firmware.bin to avoid confusion #2470c11f88
- 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
- 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.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