qba667 / FlySkyI6

14 channels FW modifications for FlySky I6
GNU General Public License v3.0
283 stars 72 forks source link

SWE 1.7.5 #159

Open Bananchik312 opened 1 year ago

Bananchik312 commented 1 year ago

My code is based on version 1.7.5. Right now I need a SWE switch, but it doesn't work in 1.7.5. Which files do I need to replace in 1.7.5 with files from 1.7.6 in order to compile the firmware correctly?

Yenya commented 1 year ago

@Bananchik312 - run "git grep -i swe" in the sources for a starting point.

Bananchik312 commented 1 year ago

@Bananchik312 - run "git grep -i swe" in the sources for a starting point.

It doesn't do anything. Nothing happens after the command

Yenya commented 10 months ago

@Bananchik312 it should return at least doc/release.txt, but also many other files. Do you have a doc/release.txt in the directory from where the git grep command is being executed? Does it contain three lines with "swe" string in them?