Skip to content

Commit

Permalink
Merge pull request #205 from synthead/use-identical-activities-in-com…
Browse files Browse the repository at this point in the history
…plete-code-example-for-protocol-7

 Use consistent activity example times in protocol 7 documentation
  • Loading branch information
synthead authored Dec 13, 2022
2 parents 608f34d + a6dea35 commit ac677c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dsi_ebrain_protocol_7.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ activities = [
random_speech: false
),
TimexDatalinkClient::Protocol7::Eeprom::Activity.new(
time: Time.new(0, 1, 1, 0, 30, 0), # Year, month, and day is ignored.
time: Time.new(0, 1, 1, 8, 0, 0), # Year, month, and day is ignored.
messages: [picture_day],
random_speech: true
)
Expand Down

0 comments on commit ac677c4

Please sign in to comment.