mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:30:06 +00:00
Increase maximum loop time to 2 days
This commit is contained in:
parent
430ff9e984
commit
ae8eb3e05e
2 changed files with 2 additions and 2 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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue