chris-bc / esp32-gravity

An evolving collection of wireless exploration tools for the ESP32. Be the unseen force. Initially 802.11 the goal is to include Bluetooth, BLE and ZigBee/Thread. Check out the companion app Flipper-Gravity
https://github.com/chris-bc/Flipper-Gravity
63 stars 2 forks source link

Make configurable whether lastSeen is prose or precise #39

Closed chris-bc closed 1 year ago

chris-bc commented 1 year ago

Currently lastSeen displays user friendly text, and it sucks for testing. Add a configuration option to select between that and listing seconds

chris-bc commented 1 year ago

Done