From 5a400c141f243cd96b889de5b469a6ce266e48c3 Mon Sep 17 00:00:00 2001 From: cTn Date: Mon, 11 Nov 2013 05:38:48 +0100 Subject: [PATCH] adding notice in the beginning of file --- tabs/servos.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tabs/servos.js b/tabs/servos.js index bd3de0db..d518bc5e 100644 --- a/tabs/servos.js +++ b/tabs/servos.js @@ -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';