From d517087e10822c3dd5ae395a39fdc714c4e937db Mon Sep 17 00:00:00 2001 From: atse Date: Mon, 14 Oct 2024 09:54:24 +0800 Subject: [PATCH] README: Purge all traces of report mode --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index d4e2c4c..93e8dc3 100644 --- a/README.md +++ b/README.md @@ -95,8 +95,6 @@ formatted as line-delimited JSON. | Syntax | Function | |------------------------------------------- |-------------------------------------------------------------------------------| | `report` | Show current input | -| `report mode` | Show current report mode | -| `report mode ` | Set report mode | | `pwm` | Show current PWM settings | | `pwm <0/1> max_i_pos ` | Set maximum positive output current, clamped to [0, 2] | | `pwm <0/1> max_i_neg ` | Set maximum negative output current, clamped to [0, 2] |