Revert "Merge pull request #519 from PaulStoffregen/master"

This reverts commit 20a4d97f61, reversing
changes made to 47aadf559d.
This commit is contained in:
Rafi Khan
2017-09-14 22:13:50 -04:00
parent 2b3188e40a
commit 71f6daca4f
3 changed files with 6 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ int toggle = 0; // The RC5/6 toggle state
// Most of this code is just logging
void storeCode(decode_results *results) {
codeType = results->decode_type;
//int count = results->rawlen;
int count = results->rawlen;
if (codeType == UNKNOWN) {
Serial.println("Received unknown code, saving as raw");
codeLen = results->rawlen - 1;