src.nth.io/

summaryrefslogtreecommitdiff
path: root/main/src/led.c
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2021-05-31 15:15:39 -0500
committerLuke Hoersten <[email protected]>2021-05-31 15:15:39 -0500
commit33d97320ab03c22640fcae651c79e10e3f3579e9 (patch)
tree6c2218c329388a6028fe03b173d3cebcef268b39 /main/src/led.c
parentfbe49903b04df9aa16cd1bc5bd795c113cddeaaa (diff)
Cleaned up logging.
Diffstat (limited to 'main/src/led.c')
-rw-r--r--main/src/led.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/led.c b/main/src/led.c
index 0dc0e8d..b000e18 100644
--- a/main/src/led.c
+++ b/main/src/led.c
@@ -14,7 +14,7 @@
int intercom_led_identify(hap_acc_t *ha)
{
- ESP_LOGI(TAG, "Accessory identified");
+ ESP_LOGI(TAG, "accessory identified");
for (int i = 0; i < LED_NUM_BLINK; i++)
{
gpio_set_level(GPIO_NUM_13, LED_ON);