summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2023-06-26 11:59:45 +0800
committerSadeep Madurange <sadeep@asciimx.com>2023-06-26 11:59:49 +0800
commit6ff6a224957f195e203029c30d1c172e612ee67e (patch)
tree4853abb6970889ae43dbda4d86b5593b59c45bec /main
parent693104e046c3529bfd5a169dd90f6b1463c2ea4c (diff)
downloadesp8266-dht22-weather-station-6ff6a224957f195e203029c30d1c172e612ee67e.tar.gz
Copyright notice.HEADmaster
Diffstat (limited to 'main')
-rw-r--r--main/dht.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/dht.c b/main/dht.c
index 669f797..2e2bff4 100644
--- a/main/dht.c
+++ b/main/dht.c
@@ -1,6 +1,6 @@
-Copyright (c) 2015, SuperHouse Automation Pty Ltd
-Copyright (c) 2016, Jonathan Hartsuiker (https://github.com/jsuiker)
-Copyright (c) 2019, Fonger (https://github.com/fonger)
+// Copyright (c) 2015, SuperHouse Automation Pty Ltd
+// Copyright (c) 2016, Jonathan Hartsuiker (https://github.com/jsuiker)
+// Copyright (c) 2019, Fonger (https://github.com/fonger)
#include <freertos/FreeRTOS.h>
#include <freertos/task.h>