Skip to content

Commit ea57ef1

Browse files
committed
Add initial Hero13 support
1 parent 1734c81 commit ea57ef1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/gopro/connect.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ func ImportConnect(params utils.ImportParams) (*utils.Result, error) {
164164
root := strings.Split(gpInfo.Info.FirmwareVersion, ".")[0]
165165

166166
switch root {
167-
case "HD9", "H21", "H22", "H23":
167+
case "HD9", "H21", "H22", "H23", "H24":
168168
verType = V2
169169
gpTurbo = true
170170
case "HD6", "HD7", "HD8":

pkg/gopro/gopro.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func (Entrypoint) Import(params utils.ImportParams) (*utils.Result, error) {
114114
params.Input = filepath.Join(params.Input, fmt.Sprint(DCIM))
115115

116116
switch root {
117-
case "HD6", "HD7", "HD8", "H19", "HD9", "H21", "H22", "H23":
117+
case "HD6", "HD7", "HD8", "H19", "HD9", "H21", "H22", "H23", "H24":
118118
result := importFromGoProV2(params)
119119
return &result, nil
120120
case "HD2", "HD3", "HD4", "HX", "HD5":

0 commit comments

Comments
 (0)