mirror of
https://github.com/crankyoldgit/IRremoteESP8266.git
synced 2026-01-12 00:05:10 +08:00
* Turns out some Toshiba & Carrier A/Cs are the same. * With more data we have adjusted protocol timings. * Also the protocol has more than the 72bit/9 byte message size. - Support 80 bit/10 byte messages which control Econo and Turbo modes. - Support 56 bit/7 byte messages which control Swing settings. * Rework `toString()` output. * Mode & power settings re-done after more data collection & analysis. * Add Swing, Econo, & Turbo support. * Lots of unit tests update and adjusted. * Common A/C API support updated. Fixes #1205