Todd Rylaarsdam

Results 6 issues of Todd Rylaarsdam

Added the missing semicolon to the getNormalizedSoC prototype example. Original: ```cpp float getNormalizedSoC() ``` Modified: ```cpp float getNormalizedSoC(); ```

### Contact Details [email protected] ### What happened? When using a larger dataset (usually 1000+ datapoints), threshold lines will start to intermittently disappear on load. This results in about 60% of...

bug 🐛

### Contact Details [email protected] ### Summary I'm using thresholds as markers on a chart to represent major events that happened over time (separate from what I'm graphing, see below image)....

enhancement

Hi there, I've been trying out this library in PlatformIO for use with a Portenta H7, since I saw it was referenced in the Nicla Voice documentation from Arduino, and...

I'm working with the ArduinoBLE library on the Portenta H7, and encountering a hard fault occasionally while listening for data. This happens between 5-30min after the device starts, and as...

type: imperfection

setSketchStats and getSketchStats were not prototyped, so their definitions should go above setup/loop. ## What This PR Changes This changes the explanation of where to place the `getSketchStats` and `setSketchStats`...

community
pro