Federico Spada
Federico Spada
Hi all, I've encountered the same problem: at startup, my GUI scans for all connected dongles using `detect_available_configs()` so that the user can choose them freely. By running the files...
I've created my own database format with additional features. Sometimes I have to save it in standard formats so that I can distribute it to other colleagues. To do so,...
Any character that is not a-z, A-Z, 0-9 or "_" is replaced with "_". For example, I had a signal called "Motor Speed" and it was converted to "Motor_Speed". A...
I've also verified that the Names can't start with a number (as variable names), and so I've prefixed a "_" in that case.
But why does it complain? I didn't modify those files...