Skip to content

v0.8.630

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Jul 14:23

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