kfishermail

Results 11 comments of kfishermail

Enclosed is a log file. It does not fail everytime, this run it took three tries to fail. Also, although I can not prove it, It appears to me that...

When it fails, the system fails to connect to my BLE device

Not sure if scanning resumed

I stand corrected, here is a log of a failure on first MQTT broker loss. [log.txt](https://github.com/shmuelzon/esp32-ble2mqtt/files/6396120/log.txt)

In your code you take different paths if 'timer is already running' What is your definition of 'timer is already running?' a) xTimerIsTimerActive() returns true or b) I have called...

''Also, without your modifications, where do you think the commands you send in succession disappear to? They should all go into the queue and handled at some point.'' This what...

First, how do I enable debug logs? now the difference between a and b. The way I understand it is that XTimerReset doesn't really restart the timer, It puts a...

I have a few other bugs/suggestions for your code, are you interested in hearing them? If so, should I post them to public forum, or this private email? On Mon,...

I found sort of a work around to play a beep whenever something happens in my system. Use the "expletive" tag. Try this... .

What is a PR? How Do I send one?