Skip to content

Commit c042f24

Browse files
authored
Merge pull request #11 from matejdro/watch_version_fix
fix WatchVersionResponse parsing
2 parents d5d7985 + d38ebb9 commit c042f24

File tree

1 file changed

+1
-1
lines changed
  • src/commonMain/kotlin/io/rebble/libpebblecommon/packets

1 file changed

+1
-1
lines changed

src/commonMain/kotlin/io/rebble/libpebblecommon/packets/System.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ open class WatchVersion(message: Message) : SystemPacket(endpoint) {
236236
/**
237237
* Board name
238238
*/
239-
val board = SFixedString(m, 8)
239+
val board = SFixedString(m, 9)
240240

241241
/**
242242
* Serial number of the watch

0 commit comments

Comments
 (0)