* update lightberry sketches
update compilehowwto (windows disclaimer)
some refactoring in main cmakelists + preparation for windows compile
tune ada driver, set delayAfterConnect default to 1.5s because some arduino (e.g. mega r3) needs this
set priority min/max for grabber/network services - prevent colliding prios between webui/background stuff and grabbers/net services
* add check if config is writable. TODO do something usefull in webui
* fix indention error
* fix typo
* fix webui can't write led config
* typo
* fix cmakelists
* change methode of detecting linux
* Updated CompileHowto to not use X11 on a Mac, also added a way to get the available number of cpu cores for make
* bin path adjusted for Mac OS
* changed cmake command
I’ve changed the cmake command according to RedPanther’s suggestion.
This makes disabling of V4L and X11 not necessary anymore.
* Reverted changes to include flags for Mac OS compilation, changed folder to make install folder for effects
* Forgot effects folder in copy command
* Update to the CompileHowto to reflect changes in upstream