diff --git a/Commands.md b/Commands.md index a6a0ff77..8415ee5a 100644 --- a/Commands.md +++ b/Commands.md @@ -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 :--- | :---