Skip to content

Commit

Permalink
Update examples/all-clusters-app/esp32/main/DeviceCallbacks.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
  • Loading branch information
wqx6 and bzbarsky-apple authored Jul 9, 2021
1 parent 75cf216 commit 7752526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/all-clusters-app/esp32/main/DeviceCallbacks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ void DeviceCallbacks::OnLevelControlAttributeChangeCallback(EndpointId endpointI
return;
}

// Current we only support ColorControl cluster for ESP32C3_DEVKITM which has an on-board RGB-LED
// Currently we only support ColorControl cluster for ESP32C3_DEVKITM which has an on-board RGB-LED
#if CONFIG_DEVICE_TYPE_ESP32_C3_DEVKITM
void DeviceCallbacks::OnColorControlAttributeChangeCallback(EndpointId endpointId, AttributeId attributeId, uint8_t * value)
{
Expand Down

0 comments on commit 7752526

Please sign in to comment.