1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-09 13:23:47 +01:00

adjust confusing comment

This commit is contained in:
J. Nick Koston
2025-10-06 11:59:34 -05:00
parent c3ac3736cf
commit 63a48dd1d8

View File

@@ -129,6 +129,7 @@ bool BLECharacteristic::is_created() {
if (!descriptor->is_created())
return false;
}
// All descriptors are created if we reach here
this->state_ = CREATED;
return true;
}