Skip to content

Commit

Permalink
Merge pull request #56 from dotdoom/update-time
Browse files Browse the repository at this point in the history
Fix TimeValue struct size for updateTime
  • Loading branch information
Bascy authored Jun 3, 2024
2 parents 0b35059 + b55cd40 commit b6b70c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/NukiConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,6 @@ struct __attribute__((packed)) TimeValue {
uint8_t day;
uint8_t hour;
uint8_t minute;
uint16_t second;
uint8_t second;
};
} // namespace Nuki
} // namespace Nuki

0 comments on commit b6b70c4

Please sign in to comment.