`upload_on_hotspot` does nothing
Closed this issue · 2 comments
khoi commented
Describe the bug
openpilot/selfdrive/loggerd/uploader.py
Line 30 in 210da47
the variable is set but I don't see it's being used anywhere?
sshane commented
You're right, missed removing it. In Android 12 (and 11?) you can't detect if you're on a hotspot based on IP alone as they're randomized, so it makes it difficult to keep up with this. Will remove unless I find another way to detect hotspot