Skip to content

Commit f0be7bc

Browse files
committed
speed up
1 parent 7a3a178 commit f0be7bc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

project/flashflood_local/flashflood_local.ewp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@
173173
<option>
174174
<name>CCDefines</name>
175175
<state>LOCAL_SETUP</state>
176+
<state>UART_HOP</state>
176177
<state>LIGHTPIN_ALLMOTES</state>
177178
<state>ENABLE_LEDS</state>
178179
<state>ENABLE_DEBUGPINS</state>

project/flashflood_testbed_production/flashflood.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#endif
3939

4040
// light sensor
41-
#define LIGHT_SAMPLE_PERIOD 655 // @32kHz, 655=20.000ms
41+
#define LIGHT_SAMPLE_PERIOD 350 // @32kHz, 655=20.000ms
4242
#define ONE_HOP_LATENCY 42 // @32kHz, 42= 1.280ms
4343
#define BACKTRACK_TUNING 41 // measured
4444

0 commit comments

Comments
 (0)