-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to set date and time #3
Comments
Good Question! I do find a command to set time and date, but haven't got time to test it. I will add it later. |
Referring to joshvillbrandt/goprohero#5 , https://github.com/KonradIT/goprowifihack/blob/master/HERO4/gpControl-Hero4Silver.json#L2848 and some own captures on my mobile phone with the GoPro app setting the time for a Hero4, it works a as follows:
whereupon the numbers are hex-coded. So the above command sets time to %11= (20)17, %0b=11 => November, ... |
Her also a short bash script to do so:
|
For the C++ guys:
|
Alternative command: |
Any idea how to set date and time?
The text was updated successfully, but these errors were encountered: