This commit is contained in:
J. Nick Koston 2023-06-05 18:48:10 -05:00
parent 23183ba35c
commit d9e12ff935
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ namespace ratgdo {
void RATGDOComponent::gdoStateLoop(){
if(!this->swSerial.available()) {
ESP_LOGD(TAG, "No data available")
ESP_LOGD(TAG, "No data available");
return;
}
uint8_t serData = this->swSerial.read();