mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 07:58:09 +01:00
fix some CI Lint requests
This commit is contained in:
parent
17d570c720
commit
75b49b3702
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ ESPNowDefaultProtocol *ESPNowComponent::get_default_protocol() {
|
|||
|
||||
ESPNowProtocol *ESPNowComponent::get_protocol_component_(uint32_t protocol) {
|
||||
if (this->protocols_[protocol] == nullptr) {
|
||||
ESP_LOGE(TAG, "Protocol for '%06x' is not registered", protocol);
|
||||
ESP_LOGE(TAG, "Protocol for '%06lx' is not registered", protocol);
|
||||
return nullptr;
|
||||
}
|
||||
return this->protocols_[protocol];
|
||||
|
|
Loading…
Reference in a new issue