Skip to content

v0.8.649

Choose a tag to compare

@github-actions github-actions released this 22 Jul 19:03
eeb4ae3

GitHub downloads GitHub commits since release

Version v0.8.649 based on refs/heads/master eeb4ae3

πŸŽ‰ Major features and improvements

  • eeb4ae3 - Refine tof sensor timing (#263 supersede #224)
    • Switch to overlapping alternating measurement with refined timings reported by @gluap.
    • be more precise for the high signal timing by sending the trigger per sensor
    • count and expose some special cases of the tof sensors via csv
    • reset previously collected values in medianMeasure if current distance is larger.
    • adjust Bluetooth and display update timings
    • record measurements with next left sensor start
  • 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.
  • 46a04a2 - Switch to Open Sans as OBS font

πŸš€ 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
  • 3108344 - Fix: Documented settings for flash_download_tool did not work with current V3.8.8

πŸ“¦ Dependency updates

  • 258edeb - Update ArduinoJson and SSD1396 lib

πŸ‘· Changes for developers / internal