From bc4499b02f9853c81295e0813177bd74b608b071 Mon Sep 17 00:00:00 2001 From: imi415 Date: Sun, 24 Jul 2022 23:50:11 +0800 Subject: [PATCH] Fixed timestamp location. --- main/app_dht.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main/app_dht.c b/main/app_dht.c index 4cf537e..70b4d73 100644 --- a/main/app_dht.c +++ b/main/app_dht.c @@ -32,6 +32,7 @@ " " \ "temperature=%.02lf," \ "humidity=%.02lf" \ + " " \ "%llu" static void app_dht_task(void *pvParameters);