Skip to content

Commit

Permalink
MainPage: Set initial frequency to 15Hz
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Jun 27, 2018
1 parent 83dfe47 commit 0055393
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 @@ -222,6 +222,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 0055393

Please sign in to comment.