mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-29 21:00:06 +00:00
Merge pull request #400 from dpaulat/feature/two-day-animation-loop
Increase maximum loop time to 2 days
This commit is contained in:
commit
0086dc3e0f
3 changed files with 3 additions and 3 deletions
|
|
@ -92,7 +92,7 @@ public:
|
|||
loopSpeed_.SetMinimum(1.0);
|
||||
loopSpeed_.SetMaximum(99.99);
|
||||
loopTime_.SetMinimum(1);
|
||||
loopTime_.SetMaximum(1440);
|
||||
loopTime_.SetMaximum(2880);
|
||||
nmeaBaudRate_.SetMinimum(1);
|
||||
nmeaBaudRate_.SetMaximum(999999999);
|
||||
radarSiteThreshold_.SetMinimum(-10000);
|
||||
|
|
|
|||
|
|
@ -150,7 +150,7 @@
|
|||
<number>1</number>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<number>1440</number>
|
||||
<number>2880</number>
|
||||
</property>
|
||||
<property name="value">
|
||||
<number>30</number>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 6a76030a4c3864cb387033d10ce3de88b292828d
|
||||
Subproject commit f03a46f31b0378ca4077372c106d6967bb7ad66f
|
||||
Loading…
Add table
Add a link
Reference in a new issue