Skip to content

Commit

Permalink
HERO12 2.32.70 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dnewman-gpsw committed Dec 12, 2024
1 parent 25004db commit c43de60
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ your GoPro, this update simply adds more features. Safe to install, safe to use

Download the GoPro Labs firmware for current shipping cameras:
- [HERO13 Black](https://bit.ly/LABS_H13_1_30_70) - v1.30.70, November 21, 2024
- [HERO12 Black](https://bit.ly/LABS_H12_2_30_70) - v2.30.70, November 13, 2024
- [HERO12 Black](https://bit.ly/LABS_H12_2_32_70) - v2.32.70, December 12, 2024

Download and install for older cameras:
- [HERO11 Black](https://bit.ly/LABS_H11_2_30_70) - v2.30.70, March 2024
Expand Down Expand Up @@ -116,4 +116,4 @@ GoPro QR code generator for basic [camera settings](https://gopro.github.io/labs

Labs is expanding, experiment software for GoPro users [GoPro Labs software](docs/software/).

updated: December 10, 2024<br>
updated: December 12, 2024<br>
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ your GoPro, this update simply adds more features. Safe to install, safe to use

Download the GoPro Labs firmware for current shipping cameras:
- [HERO13 Black](https://bit.ly/LABS_H13_1_30_70) - v1.30.70, November 21, 2024
- [HERO12 Black](https://bit.ly/LABS_H12_2_30_70) - v2.30.70, November 13, 2024
- [HERO12 Black](https://bit.ly/LABS_H12_2_32_70) - v2.32.70, December 12, 2024

Download and install for older cameras:
- [HERO11 Black](https://bit.ly/LABS_H11_2_30_70) - v2.30.70, March 2024
Expand Down Expand Up @@ -114,4 +114,4 @@ GoPro QR code generator for basic [camera settings](https://gopro.github.io/labs

Labs is expanding, experiment software for GoPro users [GoPro Labs software](software).

updated: December 10, 2024<br>
updated: December 12, 2024<br>
9 changes: 8 additions & 1 deletion docs/control/notes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ For advanced Labs users, preset names can call macros. Warning: don't put perman

## HERO12 Black

### 2.32.70 - December 12, 2024
- Added variable $f to determine how full the SD Card is. Returns -1 if the SD card is ejected, or storage remaining in GBytes. Use $f:U for storage used in GBytes. e.g. `$PMSG="$f GB"!R`
- Added support for printing the contents of fourCCs directly `"bitrate $BITR"` and `"Owner $OWNR"` are now supported.
- Fixed range time conditional in form >time<time(TRUE)~(FALSE) the else wasn't be processed.
- Fixed for scripts Photo follow by a sleep.
- Fixed WBDV red channel clipping (overflow).

### 2.30.70 - November 13, 2024
- Added *DRFT=1 for automatic clock fix.
- Added *DRFS=-11.3 for a fixed clock fix.
Expand Down Expand Up @@ -616,6 +623,6 @@ Display the current mode with with this command: ```"mode $v"!R``` or fast/clea



updated: November 21, 2024
updated: December 12, 2024

[Learn more](..) on QR Control

0 comments on commit c43de60

Please sign in to comment.