Ricardo Quesada
Ricardo Quesada
if I have the time, I'll release 4.0-beta0 this weekend, which will have the bug fixed
just to clarify, the bug appears only on the NINA platform... if you are using "Arduino IDE" + regular ESP32 boards, then it shouldn't happen (I guess). could you confirm...
got it. I'll double check it on the non-nina then
I confirm that this was fixed on `develop` branch as well.
could you be more specific ? which platform ? use case ? etc ( https://tinyurl.com/bluepad32-help )
I guess are you using Arduino, correct ? I guess I can put that info in `uni_bt_conn`... and you should be able to get that info. But I'd like to...
@apoll2000 as a safety measure you can do something similar to what I described here: https://github.com/ricardoquesada/bluepad32/issues/45#issuecomment-1858839758 Regarding RSSI, the entire BTstack API is avaiable for Arduino users... you can call...
@apoll2000 good finding. It seems to be an async functions, so I need listen to the RSSI event, and then update the value internally, so that Arduino can read it....
I've just added some changes so that this issue can be mitigated: - `BP32.update()` returns whether data has been received in any of the controllers. - `Controller.hasData()` returns whether data...
> it seems `.update()` and `.hasData()` has the same State so the ELSE condition will never be called. What `update()` does is to fetch data from Bluepad32 process to the...