Skip to content

Commit 6113555

Browse files
committed
Add 0.5Hz value to flash
1 parent 1ad110b commit 6113555

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/res/values/arrays.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,12 +373,14 @@
373373
<item>Maximum possible</item>
374374
</string-array>
375375
<string-array name="flash_sample_rate_values">
376+
<item>2000</item>
376377
<item>1000</item>
377378
<item>500</item>
378379
<item>200</item>
379380
</string-array>
380381
<!-- TODO: Move entries to strings.xml -->
381382
<string-array name="flash_sample_rate_entries">
383+
<item>0.5 Hz</item>
382384
<item>1 Hz</item>
383385
<item>2 Hz</item>
384386
<item>5 Hz</item>

0 commit comments

Comments
 (0)