Newcal / opentx

Automatically exported from code.google.com/p/opentx
0 stars 0 forks source link

JETI navigation bug #26

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Which board (stock / gruvin9x / sky9x / Taranis) are you using?
= 9X128

What is your openTx FW version?
= 2231 / 2281

What is your openTx EEPROM version?
= 215-32768

What steps will reproduce the problem?
= Flash the transmitter with JETI version selected.

What is the expected output? What do you see instead?
= The JETI menu is displayed. But the key input does not work.

Please provide any additional information below.
= Companion compilation 2168 works fine. The problem occurs since companion 
version 2231.

Original issue reported on code.google.com by fabian.b...@gmail.com on 5 May 2013 at 8:13

GoogleCodeExporter commented 8 years ago
Are you able to compile and find which revision brought this regression?

Original comment by bson...@gmail.com on 5 May 2013 at 9:15

GoogleCodeExporter commented 8 years ago
Hello, I have a bit compiled. The error occurs with revision 2176. Something 
goes wrong with the function "telemetryWakeup()"...

Original comment by fabian.b...@gmail.com on 6 May 2013 at 8:28

GoogleCodeExporter commented 8 years ago
Would you try the latest revision with this modification:

opentx.cpp:3589

#if defined(FRSKY) || defined(JETI) || defined(MAVLINK)

instead of 

#if defined(FRSKY)

Original comment by bson...@gmail.com on 6 May 2013 at 8:34

GoogleCodeExporter commented 8 years ago
Now the display will flicker when I press a key. Unfortunately, the display 
still does not change.

Original comment by fabian.b...@gmail.com on 6 May 2013 at 8:48

GoogleCodeExporter commented 8 years ago
Ok. Would you try something else then (after reverting the previous change):

opentx.cpp:282

#if defined(FRSKY) || defined(JETI)

And in telemetry_jeti.h + telemetry_jeti.cpp, you rename the function 
telemetryWakeup to telemetryInterrupt10ms

Original comment by bson...@gmail.com on 6 May 2013 at 8:55

GoogleCodeExporter commented 8 years ago
Now everything is working perfectly. Thank You!

Original comment by fabian.b...@gmail.com on 6 May 2013 at 9:40

GoogleCodeExporter commented 8 years ago
I have found another problem. The Jeti display now hangs sometimes. When I 
press a button it does not always respond to 100%.

Original comment by fabian.b...@gmail.com on 6 May 2013 at 9:48

GoogleCodeExporter commented 8 years ago
Would you test with the latest SVN ? When you say it hangs, if you press again 
a button, it works?

Original comment by bson...@gmail.com on 7 May 2013 at 6:15

GoogleCodeExporter commented 8 years ago
"translations.cpp:453:31: fatal error: bitmaps/font_de.lbm: Datei oder 
Verzeichnis nicht gefunden"

Original comment by fabian.b...@gmail.com on 7 May 2013 at 7:14

GoogleCodeExporter commented 8 years ago
It should be better now.

Original comment by bson...@gmail.com on 7 May 2013 at 7:31

GoogleCodeExporter commented 8 years ago
I could just test the latest revision. It all works pefect. The key input also 
always works. Thank you!

Original comment by fabian.b...@gmail.com on 7 May 2013 at 10:27

GoogleCodeExporter commented 8 years ago

Original comment by bson...@gmail.com on 7 May 2013 at 11:46