mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2025-12-29 09:42:49 +00:00
Fixed presentation & 2 bugs. Presentation: No longer display leading space in timings, as is confusing to users & essentially irrelevant. Bug Fix 1: rawData was starting with a space & would not work with sendRaw Bug Fix 2: chaned x from unsigned int to nsigend long to avoid potential overflow on integer multiplication. very similar to recent changes to IRrecDump #167 #207