From 1d2d4cb343e6d8b290e801a7dc776f9fb0aa8999 Mon Sep 17 00:00:00 2001 From: John Klug Date: Fri, 3 Sep 2021 04:59:39 -0500 Subject: radio reset monitor feature and MTRV1-0.4 hardware --- io-module/machine/mths.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io-module/machine/mths.c') diff --git a/io-module/machine/mths.c b/io-module/machine/mths.c index 1922d88..b74e69f 100644 --- a/io-module/machine/mths.c +++ b/io-module/machine/mths.c @@ -658,7 +658,7 @@ static int radio_reset_mths(void) if (!rst_pin || !onoff_pin) { return -ENODEV; } - + reset_radio_udev_discovery(); // drive reset pin low for 500ms gpio_set_value(rst_pin->pin.gpio, 0); -- cgit v1.2.3