Siddharth Menon
Siddharth Menon
We solved this by assigning a default drawable at view, it is kinda hack but never had problem ever since.
How about adding recycle flag to bitmap? This should reduce the memory print and bitmap will be recycled.
That is superb, if you have modified the lib then can you share your changes? I have never created .jar from library project like this one.
@pascallanger hope you found the hardware needed to test it. I would love to see ESC reversal capabilities. I also donated some funds to support your work :) TX: 0AL26036PX561671V
Excellent, thank you @frankiearzu I have both Tx16s and Zorro both. I will try this on TX16.
I confirm it worked. Thank you for supporting it.
Please include a pair balance. The most common problem is running out of balance. Off topic : Not sure if its possible but can a low balance error be pushed...
Got some recommendation from ChatGPT about the problem. Here are some steps and considerations specific to Streamlit: 1. State and Sessions: Streamlit is known to re-run the entire script every...
The problem gets solved once you restart Streamlit so one guess is that we are not closing the MQTT connections before making new one. In linux new connections are also...