Tweak dimmer initialization code

This commit is contained in:
fvanroie 2021-04-29 04:28:41 +02:00
parent 8b9154cb82
commit fbfb9d8f76

View File

@ -295,6 +295,8 @@ void gpioSetup()
#if defined(ARDUINO_ARCH_ESP32)
Serial2.begin(115200, SERIAL_8N1, UART_PIN_NO_CHANGE, gpioConfig[i].pin, 2000);
delay(20);
Serial2.print(" ");
delay(20);
Serial2.write((const uint8_t*)command, 8);
#endif
gpio_log_serial_dimmer(command);