sparkfun / SparkFun_Bio_Sensor_Hub_Library

26 stars 33 forks source link

Might be wise to remove !!! from Examples 1 and 2 #21

Closed PaulZC closed 2 years ago

PaulZC commented 3 years ago

I've done it myself... And learned the hard way... Nate had to clue me in on this... Using !!! in serial messages can cause avrdude to crash during upload (avrdude uses !!! as an 'escape' sequence). Looks like they've crept into Example 1 and Example 2 here... Cheers, Paul

https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library/blob/b6bcd7ace298eb1239b41215c28123da3a90ed69/examples/Example1_config_BPM_Mode1/Example1_config_BPM_Mode1.ino#L61

https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library/blob/b6bcd7ace298eb1239b41215c28123da3a90ed69/examples/Example2_config_BPM_Mode2/Example2_config_BPM_Mode2.ino#L65