Nothing special
This commit is contained in:
@@ -164,10 +164,9 @@ void logger::task()
|
||||
if(logQueueItem.logType == LOGTYPE_PRINT)
|
||||
{
|
||||
// Raw print
|
||||
#if defined(ENABLE_SERIAL_LOGGING)
|
||||
|
||||
port.write(NO_DEVICE_ADDRESS, NO_REGISTER_ADDRESS, (uint8_t*)logQueueItem.context.c_str(), logQueueItem.context.length());
|
||||
#endif
|
||||
#if defined(ENABLE_SERIAL_LOGGING)
|
||||
port.write(NO_DEVICE_ADDRESS, NO_REGISTER_ADDRESS, (uint8_t*)logQueueItem.context.c_str(), logQueueItem.context.length());
|
||||
#endif
|
||||
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user