Skip to content

Commit

Permalink
RF_Receiver.ino - update Version to V 3.3.2.1-rc9
Browse files Browse the repository at this point in the history
Versiontext ergänzt
  • Loading branch information
Ralf9 committed Jun 16, 2019
1 parent 746ccea commit bcd8a05
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions RF_Receiver/RF_Receiver.ino
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@


#define PROGNAME "RF_RECEIVER"
#define PROGVERS "3.3.2.1-rc8"
#define PROGVERS "3.3.2.1-rc9"
#define VERSION_1 0x33
#define VERSION_2 0x21

Expand Down Expand Up @@ -480,7 +480,7 @@ void send_mc(const uint8_t startpos,const uint8_t endpos, const int16_t clock)

stoptime += clock;
while (stoptime > micros())
yield();
;
}

}
Expand Down Expand Up @@ -761,12 +761,15 @@ void HandleCommand()
MSG_PRINT(F("V " PROGVERS " SIGNALduino "));
if (hasCC1101) {
MSG_PRINT(F("cc1101 "));
#ifdef PIN_MARK433
MSG_PRINT("(");
#ifdef PIN_MARK433
MSG_PRINT(F("(minicul "));
MSG_PRINT(isLow(PIN_MARK433) ? "433" : "868");
MSG_PRINT(F("Mhz )"));
#endif
MSG_PRINT(F("Mhz) "));
#endif
}
#ifdef SENDTODECODER
MSG_PRINT(F("(no receive, only send to decoder) "));
#endif
MSG_PRINTLN(F("- compiled at " __DATE__ " " __TIME__));

}
Expand Down

0 comments on commit bcd8a05

Please sign in to comment.