Revert "Removed pronto "protocol""

This reverts commit 563c82c6c4.
This commit is contained in:
Rafi Khan
2017-08-13 12:03:54 -06:00
parent 563c82c6c4
commit 542516f116
3 changed files with 537 additions and 0 deletions

View File

@@ -188,6 +188,7 @@ void dumpProtocols() {
Serial.print(F("DISH: ")); printSendEnabled(SEND_DISH); printDecodeEnabled(DECODE_DISH);
Serial.print(F("SHARP: ")); printSendEnabled(SEND_SHARP); printDecodeEnabled(DECODE_SHARP);
Serial.print(F("DENON: ")); printSendEnabled(SEND_DENON); printDecodeEnabled(DECODE_DENON);
Serial.print(F("PRONTO: ")); printSendEnabled(SEND_PRONTO); Serial.println(F("(Not Applicable)"));
}
void printSendEnabled(int flag) {