mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
PROJECTOR_CTRL: make serial baudrate configurable
This commit is contained in:
parent
a1e2470338
commit
c5e2cef175
@ -7,7 +7,10 @@
|
||||
#endif //PROJECTOR_CTRL_PWR_BY_RELAY
|
||||
|
||||
#define PROJECTOR_CTRL_SERIAL_TIMEOUT 10 //up to 254 seconds
|
||||
|
||||
#ifndef PROJECTOR_CTRL_SERIAL_BAUDRATE
|
||||
#define PROJECTOR_CTRL_SERIAL_BAUDRATE 9600
|
||||
#endif //PROJECTOR_CTRL_SERIAL_BAUDRATE
|
||||
|
||||
#ifdef USE_PROJECTOR_CTRL_NEC
|
||||
/* see the serial codes in
|
||||
|
Loading…
x
Reference in New Issue
Block a user