Browse Source

Remove return in rfLoop

rfm69
Xose Pérez 6 years ago
parent
commit
e13dfe6174
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      code/espurna/rf.ino

+ 0
- 1
code/espurna/rf.ino View File

@ -56,7 +56,6 @@ void _rfBuildCodes() {
// -----------------------------------------------------------------------------
void rfLoop() {
return;
if (rfCode == 0) return;
DEBUG_MSG_P(PSTR("[RF] Received code: %lu\n"), rfCode);
if (rfCode == rfCodeON) relayStatus(0, true);


Loading…
Cancel
Save