Skip to content

Commit

Permalink
Angepasste MC Ausgabe (Mc) anstelle von (MC), damit die Notwendigkeit…
Browse files Browse the repository at this point in the history
… einer Invertierung vom Modul erkannt wird.
  • Loading branch information
sidey79 committed Nov 18, 2017
1 parent a02b46e commit 0557450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_micro-api/libraries/signalDecoder/src/signalDecoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ void SignalDetectorClass::processMessage()

//#if DEBUGDECODE == 1 // todo kommentar entfernen
MSG_PRINT(MSG_START);
MSG_PRINT("DMC");
MSG_PRINT("DMc");
MSG_PRINT(SERIAL_DELIMITER);

for (uint8_t idx = 0; idx < patternLen; idx++)
Expand All @@ -595,7 +595,7 @@ void SignalDetectorClass::processMessage()
MSG_PRINTLN(MSG_END);
//#endif
MSG_PRINT(MSG_START);
MSG_PRINT("MC");
MSG_PRINT("Mc");
MSG_PRINT(SERIAL_DELIMITER);
MSG_PRINT("LL="); MSG_PRINT(pattern[mcdecoder.longlow]); MSG_PRINT(SERIAL_DELIMITER);
MSG_PRINT("LH="); MSG_PRINT(pattern[mcdecoder.longhigh]); MSG_PRINT(SERIAL_DELIMITER);
Expand Down

0 comments on commit 0557450

Please sign in to comment.