Update aqualinkd.c

pull/276/head
sfeakes 2024-04-16 10:03:18 -05:00 committed by GitHub
parent 41c5f69fd6
commit 54b44b6c70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1646,7 +1646,7 @@ void main_loop()
{
if (blank_read == blank_read_reconnect) {
LOG(AQUA_LOG,LOG_ERR, "Nothing read on '%s', are you sure that's right?\n",_aqconfig_.serial_port);
#ifdev AQ_CONTAINER
#ifdef AQ_CONTAINER
// Reset blank reads here, we want to ignore TTY errors in container to keep it running
blank_read = 1;
#endif