STABILITY when re-load, Artnet, RGBWW, ETAG, Logs

This commit is contained in:
2021-12-19 18:33:54 +03:00
parent 201f492e29
commit 2e5c7d8045
12 changed files with 109 additions and 43 deletions

View File

@@ -188,7 +188,7 @@ byte getCRC(byte req[], size_t size){
void SendData(byte req[], size_t size){
AC_Serial.write(req, size - 1);
AC_Serial.write(getCRC(req, size-1));
AC_Serial.flush();
//AC_Serial.flush();
/*
Serial.print("<<");
for (int i=0; i < size-1; i++)