adafruit / Adafruit_BluefruitLE_nRF51

Arduino library for nRF51822-based Adafruit Bluefruit LE modules
197 stars 122 forks source link

Clarify meaning of '!' at beginning of packet and allow '!' in the data. Also remove magic number. #32

Open tedhenry100 opened 7 years ago

tedhenry100 commented 7 years ago

Fixes #23 and #31.

Also remove magic number to fix #30. (This is unrelated to #23 and #31 but I don't know how to create separate pull requests in GitHub while the first pull request is open.)

tedhenry100 commented 7 years ago

Someone more expert than me should definitely think about the change and test it more deeply. I'm no expert. In fact, that's exactly why I'm looking at the examples so I can model good quality code. 🙂