Skip to content

Commit

Permalink
log morphtype for Morphs
Browse files Browse the repository at this point in the history
  • Loading branch information
nosuchtim committed Dec 18, 2023
1 parent 2919641 commit be95f21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kit/windowsmorph.go
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ func WinMorphInitialize() error {

// Don't use Debug.Morph, this should always gets logged
firmware := fmt.Sprintf("%d.%d.%d", m.fwVersionMajor, m.fwVersionMinor, m.fwVersionBuild)
LogInfo("Morph Opened and Started", "idx", m.idx, "serial", m.serialNum, "firmware", firmware)
LogInfo("Morph Opened and Started", "idx", m.idx, "serial", m.serialNum, "firmware", firmware, "morphtype", m.morphtype)
}
return nil
}
Binary file modified release/palette_7.88_win_setup.exe
Binary file not shown.

0 comments on commit be95f21

Please sign in to comment.