I currently have 2 Watchy's writing stats in - the one that turned up broken (now being used as a dev environment) and my actual watch.
I did previously add a device
tag, but the value was hardcoded - so one mistake and one watch overwrites the data of another.
If we can, it'd be better to grab the ESP32's serial number or MAC and push that into a tag to differentiate between the two sources.
Activity
16-Jun-23 08:10
assigned to @btasker
16-Jun-23 11:39
This Stack exchange post seems to imply that the MAC can be retrieved with
ESP.getEfuseMac()
.Will give that a spin
16-Jun-23 11:46
mentioned in commit sysconfigs/watchy-code@8011c134e8124011aec5c21c2b1c766d17ca047d
Message
Add a device identifier based on the ESP32's MAC (misc/watchy-experimentation#6)
16-Jun-23 11:46
This has worked: