From ca72e0e90f850ff5d757be2f6dc658c5d558620c Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Fri, 12 Mar 2021 17:35:50 -0600 Subject: Removed the event queue. Apparently esp-homekit is thread safe. --- main/include/intercom.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 main/include/intercom.h (limited to 'main/include/intercom.h') diff --git a/main/include/intercom.h b/main/include/intercom.h new file mode 100644 index 0000000..54926d2 --- /dev/null +++ b/main/include/intercom.h @@ -0,0 +1 @@ +static const char *TAG = "HAP Intercom"; \ No newline at end of file -- cgit v1.2.3