mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Make WiFi timer accept frequency arg.
This commit is contained in:
parent
a50f059243
commit
25c3f06fb9
@ -1 +1 @@
|
|||||||
Subproject commit dd680c36128a0b107136486f57e07d1c6a5168c5
|
Subproject commit 2b395abb3e71103b4798a262706f5dbf98fcf37b
|
||||||
@ -561,7 +561,7 @@ soft_reset:
|
|||||||
led_state(LED_BLUE, 0);
|
led_state(LED_BLUE, 0);
|
||||||
|
|
||||||
if (openmv_config.wifidbg == true) {
|
if (openmv_config.wifidbg == true) {
|
||||||
timer_tim5_init();
|
timer_tim5_init(100);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Run boot script(s)
|
// Run boot script(s)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user