DJJeffP

Results 4 issues of DJJeffP

When I start my Linux fxserver with the tabby plugin, I get this error server side and the fxserver stops. ``` Stacktrace: /proc/self/maps: 40699000-407bc000 rwxp 00000000 00:00 0 40bf5000-40c05000 rwxp...

The Dashboard.h for the ESP_Code has no auto refresh. I suggest to add: ``` ... function autoRefresh() { window.location = window.location.href; } setInterval('autoRefresh()', 20000); ... ``` So it auto refresh...

Ubuntu 22.04 with the latest pip install followed the node installation guide: https://docs.theqrl.org/use/node/installation Seems like they want to have the setup.cfg changed some names: - author-email > auther_email - long-description...

Hi, After some testing and debugging I have/found some suggestions to improve your python script. For in the initial setup (first startup): - First ask how many I2C busses are...