Since the output is made through the same port used by the HMI screen when starting or depending on the logs that are displayed, they can interfere with the communication
For the logs it would be good to use _logv , _logi or _loge which go together with the buildflag DEBUG_CORE_LEVEL and it is possible to deactivate them with level 0
All output logs are send with log and logln function
https://github.com/hash6iron/powadcr/blob/main/src/globales.h#L400
Since the output is made through the same port used by the HMI screen when starting or depending on the logs that are displayed, they can interfere with the communication
For the logs it would be good to use _logv , _logi or _loge which go together with the buildflag DEBUG_CORE_LEVEL and it is possible to deactivate them with level 0