4refr0nt / er9x-frsky-mavlink

Automatically exported from code.google.com/p/er9x-frsky-mavlink
GNU General Public License v3.0
8 stars 5 forks source link

Turnigy 9x hungs when powering on - possible code size overflow #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
-> What steps will reproduce the problem?
1. Turn on the transmitter after flashing it with er9x-64.hex

-> What is the expected output? What do you see instead?
The screen should come up. But it beeps and remain blank. If you try for about 
10 times to power it on and off it may shown up. 

-> What version of the product are you using? On what operating system?
Latest binary ( r17)  from the svn bin folder .

Hi, I have tried to recompile it on gentoo using the avr toolkit and then 
avrdude gives me an error ( offset out of range ) when I tried to upload the 
image. 

So, I went on the code and get rid of the functions ( and the condicional 
sentences ) to translate the values from centigrades to farenheit. It was 
enought for the code to fit on my M64 cpu. Now it is running awesome. 

Btw, thanks for the awesome code. The new telemetry screen is very nice!

Original issue reported on code.google.com by tabas...@gmail.com on 26 Oct 2014 at 3:34