diff options
| author | Luke Hoersten <[email protected]> | 2021-03-12 17:35:50 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2021-03-12 17:35:50 -0600 |
| commit | ca72e0e90f850ff5d757be2f6dc658c5d558620c (patch) | |
| tree | 62c9b43a6647f6bcc4171854c6d8659b188601fc /main/include/intercom.h | |
| parent | d23be047e18ef9b97e5c72073c9236f59ac60d5f (diff) | |
Removed the event queue. Apparently esp-homekit is thread safe.
Diffstat (limited to 'main/include/intercom.h')
| -rw-r--r-- | main/include/intercom.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
