Closed GoogleCodeExporter closed 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
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
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
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
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
Now everything is working perfectly. Thank You!
Original comment by fabian.b...@gmail.com
on 6 May 2013 at 9:40
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
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
"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
It should be better now.
Original comment by bson...@gmail.com
on 7 May 2013 at 7:31
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
Original comment by bson...@gmail.com
on 7 May 2013 at 11:46
Original issue reported on code.google.com by
fabian.b...@gmail.com
on 5 May 2013 at 8:13