From 95618dd2388d5fbb271e73d52913747a0b42d9eb Mon Sep 17 00:00:00 2001 From: Arsen Musayelyan Date: Sat, 16 Oct 2021 21:01:12 -0700 Subject: Fix error in music status docs --- doc/ble.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ble.md b/doc/ble.md index a46ee132..2f8ba41c 100644 --- a/doc/ble.md +++ b/doc/ble.md @@ -254,7 +254,7 @@ Enabling notifications on this characteristic gives you a single byte upon any e #### Status -The status characteristic allows setting the playing status of music. Send `0x01` to the status characteristic for playing, and `0x01` for paused. +The status characteristic allows setting the playing status of music. Send `0x01` to the status characteristic for playing, and `0x00` for paused. #### Artist, Track, and Album -- cgit v1.2.3