djschwab

Results 5 comments of djschwab

Are these changes part of version 2.4.2 or 2.4.1? I still have 100% cpu usage with this code: client = SinricPro(appKey, deviceIdArr, callbacks, event_callbacks=event_callback, enable_log=False,restore_states=True,secretKey=secretKey) udp_client = SinricProUdp(callbacks,deviceIdArr,enable_trace=False) client.handle_all(udp_client,sleep=1) I...

I found that for me the only way to reduce cpu usage was to add a delay in the Events() procedure. I also found that on my Linux machine my...

Thank you for your prompt reply. Will the new PR include this capability? I think Sinric is a great idea and I will recommend it to my colleagues. Cheers, ......

Yes it is. v2.1.0. I was trying to compile the example 'output.ino'.

Thanks Phil! Output works OK. Input only gives zeroes. My issue is solved. I was only concerned about output at this stage. Thanks again.