Skip to content

Commit

Permalink
Merge pull request #192 from patrickelectric/fix190
Browse files Browse the repository at this point in the history
MainPage: Set initial frequency to 15Hz
  • Loading branch information
patrickelectric authored Jun 27, 2018
2 parents cb95677 + 0055393 commit 241f39b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qml/MainPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ Item {
ping.request(Ping1DNamespace.Profile)
ping.request(Ping1DNamespace.Fw_version)
ping.request(Ping1DNamespace.Device_id)
ping.pollFrequency = 15
}
}

Expand Down

0 comments on commit 241f39b

Please sign in to comment.