mirror of
https://github.com/esphome/esphome.git
synced 2025-10-10 05:43:48 +01:00
adjust confusing comment
This commit is contained in:
@@ -129,6 +129,7 @@ bool BLECharacteristic::is_created() {
|
|||||||
if (!descriptor->is_created())
|
if (!descriptor->is_created())
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
// All descriptors are created if we reach here
|
||||||
this->state_ = CREATED;
|
this->state_ = CREATED;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user