Closed r3n33 closed 1 year ago
In main.cpp, main() there is a while(1) with no delay causing 100% CPU usage. A small usleep() will help.
In main.cpp, main() there is a while(1) with no delay causing 100% CPU usage. A small usleep() will help.