When setting up a community device, the python script renaming.py should be used. This script asks for the device name and author name.
- If the device name starts with a number, comiling will fail. In C++ it is not allowed to name a class starting with a number.
- If the author name contains a space, the environments in the .ini file will also contain this space. This is also not supported.
Add both hints in the README.md file and extend the scipt to check valid formats for both, device name and author name.