joshvillbrandt / goprohero

A Python library for controlling GoPro cameras over http.
Apache License 2.0
264 stars 57 forks source link

Set wireless interface #6

Closed thijsvdanker closed 9 years ago

thijsvdanker commented 9 years ago

The GoProController allows you to set a different network interface through an environment variable.

env GOPRO_WIFI_INTERFACE=wlan1

It would be nice if goproctl allowed you to either set it in the parameters or use (the same?) env variable.

joshvillbrandt commented 9 years ago

Hi @thijsvdanker,

This shouldn't be too hard to add to goproctl. I'll see what I can do.

Thanks!

joshvillbrandt commented 9 years ago

This was added in v0.2.6 (92db6cafddfccf2b3caaa3769d90246a68d0d0e8.)