mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
adding notice in the beginning of file
This commit is contained in:
parent
b21ff9ce1b
commit
5a400c141f
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
/* Please don't take code in this file very seriously !!!
|
||||
|
||||
I was "kinda" forced to write this implementation "this way" because the Servo code implementation
|
||||
from multiwii is so horrible, obstructive and non dynamic, not to mention it doesn't make any sense
|
||||
that there was just no other way around this then hardcoding/implementing each model separately.
|
||||
*/
|
||||
|
||||
function tab_initialize_servos() {
|
||||
ga_tracker.sendAppView('Servos');
|
||||
GUI.active_tab = 'servos';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue