Skip to content

Instantly share code, notes, and snippets.

@KonradIT
Created January 16, 2019 12:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KonradIT/16186917c4dab83eed4ff856f3e87e80 to your computer and use it in GitHub Desktop.
Save KonradIT/16186917c4dab83eed4ff856f3e87e80 to your computer and use it in GitHub Desktop.
GoPro Fusion WiFi STATION enabler
# Wait for WiFi
sleep 20
# Change WiFi mode to STATION, make sure credentials are in!
t ipc rpc clnt exec1 'cp /tmp/fuse_d/wifi.conf /tmp/wifi.conf'
t ipc rpc clnt exec1 'cd / && ./wifi_sta.sh'
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment