Skip to content

Commit

Permalink
better printing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Feb 25, 2024
1 parent 6b36c67 commit 8ce9596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/woofc-mqtt-gateway.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1819,7 +1819,7 @@ printf("input msg from DEVICE: %s\n",mqtt_msg);
-1);
break;
}
printf("output msg response to DEVICE: %s\n",resp_string);
//printf("output msg response to DEVICE: %s\n",resp_string);
/*
* send the respond back on the input channel
*/
Expand All @@ -1830,7 +1830,7 @@ printf("output msg response to DEVICE: %s\n",resp_string);
User_name,
Password,
resp_string);
//printf("pub_string: %s\n",pub_string);
printf("output msg pub TO DEVICE %s\n",pub_string);
system(pub_string);
FreeWMQTT(wm);
wm = NULL;
Expand Down

0 comments on commit 8ce9596

Please sign in to comment.