mirror of https://github.com/arendst/Tasmota.git
Updated Commands (markdown)
parent
a8a5f9f251
commit
c309ed66c5
|
@ -369,7 +369,7 @@ See also | [`SetOption28`](#SetOption28) - Set RF received data format
|
|||
|
||||
### IRremote
|
||||
|
||||
See [Linux Infrared Remote Control (LIRC)](http://www.lirc.org/) for more information. Edit [`lib/IRremoteESP8266-2.6.0`](https://github.com/arendst/Sonoff-Tasmota/blob/development/lib/IRremoteESP8266-2.6.0/src/IRremoteESP8266.h#L230) to disable (set to `false`) any unneeded/unwanted protocols and compile your own firmware. Every protocol included consumes program memory and increases the time to decode the IR signal. The air conditioner protocols are the most expensive memory-wise.
|
||||
See [Linux Infrared Remote Control (LIRC)](http://www.lirc.org/) for more information. Edit the [`IRremoteESP8266`](https://github.com/arendst/Sonoff-Tasmota/blob/development/lib/IRremoteESP8266-2.6.0/src/IRremoteESP8266.h#L230) header in the `lib` folder to disable (i.e., set to `false`) any unneeded/unwanted protocols and compile your own firmware. Every protocol included consumes program memory and increases the time to decode the IR signal. The air conditioner protocols are the most expensive memory-wise.
|
||||
|
||||
Command | Parameters
|
||||
:--- | :---
|
||||
|
|
Loading…
Reference in New Issue