kfishermail
kfishermail
I had a problem when I lost connection to my MQTT broker, The system would not work with my ble devices after the MQTT Broker became available. To fix this,...
regarding: ble_operation_enqueue Background: xTimerReset name is misleading, it should be named QueCommandToResetTimer. It doesn't restart the timer, it puts a command in a que (to be executed (when??)) to restart...
After looking at the code, it appears (to me?) that operation_queue is being accessed concurrently by two tasks, should this access be protected by some sort of access mechanism (i.e....
I am monitoring signals emmitted by bluez(bluetooth) A lot of the signals contain tables with no entrys I need to know if a table is empty before trying to retrieve...