jwatte / afrodevices

Automatically exported from code.google.com/p/afrodevices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

GoogleCodeExporter opened this issue · comments

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

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

cfg.rcmap[c - input] = s - rcChannelLetters

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