omally2 / afrodevices

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

Patch for /trunk/baseflight/src/config.c #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
to correct the rcMap.
example : TREA1234 should be [3 0 1 2 4 5 6 7] but the optput is  [1 2 3 0 4 5 
6 7] 

Original issue reported on code.google.com by chiacheng.tsao@gmail.com on 29 Oct 2012 at 6:53

GoogleCodeExporter commented 9 years ago
and you can try TTTT1234, should be [3 3 3 3 4 5 6 7] but the optput is  [0 0 0 
3 4 5 6 7]

Original comment by chiacheng.tsao@gmail.com on 29 Oct 2012 at 6:55

GoogleCodeExporter commented 9 years ago
cfg.rcmap[c - input] = s - rcChannelLetters

Original comment by chiacheng.tsao@gmail.com on 29 Oct 2012 at 7:08