aboutsummaryrefslogtreecommitdiff
path: root/client/cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/cmd.cpp')
-rw-r--r--client/cmd.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/client/cmd.cpp b/client/cmd.cpp
index 2871daf..a6242af 100644
--- a/client/cmd.cpp
+++ b/client/cmd.cpp
@@ -67,15 +67,15 @@ void cmd_send(char* addr_str) {
free(data);
}
-void cmd_status(char*) {
- const char msg[] = {
- PB_CMD_READ,
- 0x00, // addr 0 = global state
- };
- i2c_send(BUSADDR_MAIN, msg, sizeof(msg));
- // NOTE: the reply handler will automatically print the state once it's
- // received
-}
+// void cmd_status(char*) {
+// const char msg[] = {
+// PB_CMD_READ,
+// 0x00, // addr 0 = global state
+// };
+// i2c_send(BUSADDR_MAIN, msg, sizeof(msg));
+// // NOTE: the reply handler will automatically print the state once it's
+// // received
+// }
void cmd_reset(char*) {
const char msg[] = {