sshane/openpilot

`upload_on_hotspot` does nothing

Closed this issue · 2 comments

khoi commented

Describe the bug

upload_on_hotspot = opParams().get("upload_on_hotspot")

the variable is set but I don't see it's being used anywhere?

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