LEGO / lego-ble-wireless-protocol-docs

This repository contains information about LEGO Hubs (name, battery level, etc.) and to interact with any sensors and motors connected to it.
https://lego.github.io/lego-ble-wireless-protocol-docs
MIT License
340 stars 43 forks source link

typo at chapter 6.1 #26

Open lpfquest opened 4 years ago

lpfquest commented 4 years ago

the example for RGB LED setting is: "Port ID, Startup and Completion Information , 0x51, 0x01, 0x30, 0x47, 0x55" (which seems to make sense), but below at "RGB Commands encoded as WriteDirectModeData" the sequence is "0x51, 0x00, 0x51, 0x01, R, G, B" which seems to have invalid copy+paste prefix "0x51, 0x00" from the previous example (only "0x51, 0x01, R, G, B" would be more plausible).