lig@nt

Results 13 comments of lig@nt

maybe too late, but i just made a pull request for esp32 SPIFFS support

> found that in linux i can create a systemd service and run it always and after a crash. How i can to the same in windows? I found that...

I would prefer systemd as there are no dependencies and they exist by default in linux. There is no way to make this work?

i finally manage to make it with systemd for linux. On windows i think the easiest thing, is to use Docker that will just run gunicorn (like [this](https://fastapi.tiangolo.com/deployment/docker/))

i did something similar to [this](http://www.learningaboutelectronics.com/Articles/How-to-create-a-gunicorn-service-file-in-linux.php)

Something like [this?](https://stackoverflow.com/a/12295927/9162028)

Can you just do the whole code in database.py a function (e.g. `runDatabase()` and then in your root (i.e. main.py) do: `from database.py import *` `runDatabase()`

i have mi band 2 and i want to test the raw accelerometer data, but i dont know how to use the submitted code... i downloaded Gadgetbridge app and paired...

@thePanz sorry for asking but im totally new to this area..how to compile an apk? i mean normally there is a make file etc.. now i see there is a...

@leeorhelps do you have any updates for support of 60fps cameras? We bought Razer Kiyo X to find that unfortunately it cannot work at 720p@60fps.. It would be great if...