vshymanskyy / blynk-library-python

Blynk library for Python. Works with Python 2, Python 3, MicroPython.
https://blynk.io/
MIT License
286 stars 98 forks source link

Buttons stop working over time #47

Closed ghost closed 3 years ago

ghost commented 4 years ago

I'm making a device to automate humidity/temperature in a little tent. I have 3 virtual buttons. When I run my program, just at the start they work as expected. If my sensor get a given humidity value, it calls a function to increase it, after this point the buttons stop working

I'm using python 3.7 on a raspberry pi

vshymanskyy commented 3 years ago

Not enough info provided. Probably duplicate of #36