Eduardo Lopes
Eduardo Lopes
Hi, I want know if that is a way to make a script execute before the build. Thanks
Hi, There's a difference between the strategy of directory copy in pyupdater/client/updates.py _win_overwrite => robocopy "{}" "{}" /e /move /V **/PURGE** > NUL and _win_overwrite_restart => robocopy "{}" "{}" /e...
My enviroment is Win10 WSL2 Ubuntu with NVIDIA card already configured and working with docker. I built the docker image as instructed in README.md: `docker build -f docker/Dockerfile -t lanedet:latest...
Hey all. I implemented a HTTP server on C33. But in a stress test, the board doesn't do well. I take the smallest sample. ``` #include EthernetServer server(7); void setup()...