|
|
|
|
|
by spotman
3714 days ago
|
|
If you are relying only on a framework for things like CRSF protection and do not understand how to avoid these pitfalls on a fundamental level then you have bigger problems. Having said that I think I would choose your solution based on your teams skills. If they are comfortable with golang there is no reason it could not be made to work. But as long as you understand how the table is set and the trade offs I don't think it matters. Golang is going to have less batteries included but it has other advantages too. If it's worth it is really a question of speed of code execution vs speed of writing code. |
|