From 74b8348ac8e37ef4ca5d98f4f782c382401f96d7 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 24 Jan 2021 20:09:00 +0000 Subject: AWU needs time for the uart to stabalize --- humidity_sensors/app/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/humidity_sensors/app/main.c b/humidity_sensors/app/main.c index d7f5908..6f15cdf 100644 --- a/humidity_sensors/app/main.c +++ b/humidity_sensors/app/main.c @@ -25,6 +25,8 @@ main (void) sht20_reset(); } + delay_ms(10); halt(); + delay_ms(10); } } -- cgit v1.2.3