Skip to content

Commit

Permalink
disable /rs485 topic
Browse files Browse the repository at this point in the history
  • Loading branch information
z4yx authored Aug 10, 2019
1 parent e5bf708 commit 6b08933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ void printSerial() {

void parseBuf() {
unsigned long cardid;
printSerial();
// printSerial();
if (buf[0] == 0x02) {
if ((buf[1] == 0x01) && (buf[2] == 0x0F)) {
cardid = (buf[9] << 24) + (buf[10] << 16) + (buf[11] << 8) + buf[12];
Expand Down

0 comments on commit 6b08933

Please sign in to comment.