mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2026-01-10 03:32:49 +00:00
Merge branch 'crash7-master' into experimental
Conflicts: IRremote.h
This commit is contained in:
@@ -59,6 +59,10 @@ void dump(decode_results *results) {
|
||||
}
|
||||
else if (results->decode_type == JVC) {
|
||||
Serial.print("Decoded JVC: ");
|
||||
|
||||
}
|
||||
else if (results->decode_type == AIWA_RC_T501) {
|
||||
Serial.print("Decoded AIWA RC T501: ");
|
||||
}
|
||||
else if (results->decode_type == WHYNTER) {
|
||||
Serial.print("Decoded Whynter: ");
|
||||
|
||||
Reference in New Issue
Block a user