From 0381ef481e60a4adcb6adc6d1f9c27c6b71806ae Mon Sep 17 00:00:00 2001 From: atse Date: Mon, 14 Oct 2024 10:00:45 +0800 Subject: [PATCH] README: Improve description of report command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93e8dc3..ba2c975 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ formatted as line-delimited JSON. | Syntax | Function | |------------------------------------------- |-------------------------------------------------------------------------------| -| `report` | Show current input | +| `report` | Show latest report of channel parameters (see *Reports* section) | | `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] |