mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 13:16:45 +00:00
Tweak dimmer initialization code
This commit is contained in:
parent
8b9154cb82
commit
fbfb9d8f76
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user