BLE serial gibberish

No it isn’t! In this function:

It is indeed 9600. However, in this one, it is 115200:

Add monitor_speed = 115200 to the platformio.ini file, just to be sure that the code and monitor definitely match up.

This function returns false in a couple of places. However, if it reaches the end, it does not return a value. I assume it should return true?

Cheers,
Norm.

1 Like