mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
add more drawing func to effect engine (#400)
* - add more drawing func to effect engine - make provider rs232 less noisy - json checks: remove utf8 conversion temporarly and make it compat with py3 again * fix compile prob
This commit is contained in:
@@ -73,7 +73,7 @@ void ProviderRs232::bytesWritten(qint64 bytes)
|
||||
void ProviderRs232::readyRead()
|
||||
{
|
||||
emit receivedData(_rs232Port.readAll());
|
||||
Debug(_log, "received data");
|
||||
//Debug(_log, "received data");
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user