Skip to content

Commit

Permalink
modified: librf/RFProtocol.h
Browse files Browse the repository at this point in the history
	modified:   librf/RFProtocolNooLite.cpp
  • Loading branch information
avp-avp committed Dec 11, 2016
1 parent 1aaca69 commit b7372c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion librf/RFProtocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class RFLIB_API CRFProtocol
*/
CRFProtocol(range_array_type zeroLengths, range_array_type pulseLengths, int bits, int minRepeat, string PacketDelimeter );
virtual ~CRFProtocol();
void checkInverted(bool inverted){m_InvertPacket=inverted;};
void setCheckInverted(bool inverted){m_InvertPacket=inverted;};

// Раскодируем пакет
virtual string Parse(base_type*, size_t len);
Expand Down
2 changes: 1 addition & 1 deletion librf/RFProtocolNooLite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ static const char* g_nooLite_Commands[]=
CRFProtocolNooLite::CRFProtocolNooLite()
:CRFProtocol(g_timing_pause, g_timing_pulse, 0, 1, "aAaAaAaAaAaAaAaAaAaAaAc")
{
m_Debug = false;
// m_Debug = false;
SetTransmitTiming(g_transmit_data);
}

Expand Down

0 comments on commit b7372c1

Please sign in to comment.