Remove incorrect early guard comment

This commit is contained in:
J. Nick Koston
2026-02-09 09:40:44 -06:00
parent b2879f7f99
commit fb6b96ff58

View File

@@ -56,8 +56,6 @@ void PylontechComponent::setup() {
void PylontechComponent::update() { this->write_str("pwr\n"); }
void PylontechComponent::loop() {
// Early return avoids stack adjustment for the batch buffer below.
// loop() runs ~7000/min so most calls have nothing to read.
int avail = this->available();
if (avail > 0) {
// pylontech sends a lot of data very suddenly