KonradIT / goprowifihack

Unofficial GoPro WiFi API Documentation - HTTP GET requests for commands, status, livestreaming and media query.
Apache License 2.0
2.12k stars 335 forks source link

HERO4 CameraStatus - double entry, typo #195

Open watchingJu opened 4 years ago

watchingJu commented 4 years ago

Problem:

On the page https://github.com/KonradIT/goprowifihack/blob/master/HERO4/CameraStatus.md are 2 entries for status 39: 39 - Number of MultiShot pictures taken 39 - Number of ALL videos taken

and a typo at https://github.com/watchingJu/goprowifihack/blob/master/HERO4/CameraStatus.md#other-settings should be:

* LCD Display - 72:
  * ON - 1
  * OFF - 0

instead of

* LCD Display - 72:
* ON - 1
* OFF - 0