Skip to content

Tags: dkalwat/ESPresense

Tags

v2.0.0

Toggle v2.0.0's commit message
Fix build?

v1.7.3

Toggle v1.7.3's commit message
Skip distance was being ignored because of an accidental cast to int

v1.7.2

Toggle v1.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix MQTT last will and testament not consistently sending offline (ES…

…Presense#74)

* Fix lwt
* Update CHANGELOG.md

v1.7.1

Toggle v1.7.1's commit message
Fix bug w/ spaced names

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Groundwork for ESPresense#53 (ESPresense#67)

- Potientaly breaking: room name is now lower cased, trimmed, and all whitespace replaced with underscores when put into mqtt (ESPresense#64)
- ANSI Colors Added to Serial
- Close/Left totally rewritten to find stuff quickly (uses NO filtering)
- Serial display for 'New' waits for 2nd packet before showing
- One Euro filter reoptimized to work for slow broadcasters (Tiles) as well as it previously did for quick (Phones/Watches)
- All time measurement made wraparound protected
- Make Arduino OTA disabled by default, but a setting
- Add a calibration section of settings with lots of knobs to twiddle
- Ignore microsoft and non Nearby Info apple packets (they are useless for tracking atm)
- Delete old fingerprints after configurable max age instead of waiting for MAX MACS and deleting the oldest

v1.6.4

Toggle v1.6.4's commit message
Fix malformed json ESPresense#64

v1.6.3

Toggle v1.6.3's commit message
Update CHANGELOG

v1.6.2

Toggle v1.6.2's commit message
Update CHANGELOG

v1.6.1

Toggle v1.6.1's commit message
Auto Updatie made a setting

v1.6.0

Toggle v1.6.0's commit message
Misc cleanup