fix
This commit is contained in:
parent
e2a4b95c46
commit
70d407209f
|
@ -296,7 +296,7 @@ namespace ratgdo {
|
||||||
|
|
||||||
void RATGDOComponent::gdoStateLoop(){
|
void RATGDOComponent::gdoStateLoop(){
|
||||||
if(!this->swSerial.available()) {
|
if(!this->swSerial.available()) {
|
||||||
ESP_LOGD(TAG, "No data available input:%d output:%d", this->input_gdo_pin_->get_pin(), this->output_gdo_pin_->get_pin();
|
ESP_LOGD(TAG, "No data available input:%d output:%d", this->input_gdo_pin_->get_pin(), this->output_gdo_pin_->get_pin());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
uint8_t serData = this->swSerial.read();
|
uint8_t serData = this->swSerial.read();
|
||||||
|
|
Loading…
Reference in New Issue