Ollie Tedder

Results 3 issues of Ollie Tedder

In response to issue https://github.com/arduino-libraries/ArduinoBLE/issues/89 Rather than make a variable sized buffer (is that somehow supported?), allocate a correctly sized buffer. Alternative might be to have a fixed size TX...

type: imperfection
topic: code

Trying to parse a file with a field called `on` anywhere in it causes a crash: For example trying to parse the file containing: ``` On: 2 ``` results in:...

This PR is in answer to https://github.com/arduino/Arduino/issues/5245 Adds a few config lines following suggestions in that issue. If I make these changes locally (in my arduino installation, it seems to...