sunhughees / brushless-gimbal

Automatically exported from code.google.com/p/brushless-gimbal
0 stars 0 forks source link

NEW FIRMWARE Version 049 r45. Using GUI 48. Pitch Control #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Operating Pitch 

What is the expected output? What do you see instead?
-No matter what Gain I put the Pitch control in GUI 48 it stays at a slow pitch 
speed. 
-Prior to updating r45 firmware Pitch Gain was fully adjustable using GUI 48.

Original issue reported on code.google.com by alphap...@gmail.com on 30 May 2013 at 5:08

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Found a little typo in serialcomand.h wich resolves this issue:
sCmd.addCommand("trc", transmitRCGain);

change to:
sCmd.addCommand("trg", transmitRCGain);

Hans

Original comment by hansvand...@gmail.com on 3 Jun 2013 at 10:57

GoogleCodeExporter commented 9 years ago
Hi Hans,

I do not have no such typo in the code. And I think you were talking about the 
serialcom.h and not serialcommand.h because there is not any type of written 
code in that file. but there is in the serialcom.h

Original comment by alphap...@gmail.com on 4 Jun 2013 at 2:46