Loading PID Configs in Clean Flight?

New to Naze32. Following Josh's video on setting it up (for his Versacopter build). Trying to load his Clean Flight 4S Config text file (Mac OS, so I saved in TextEdit, and changed the suffix to .rtf), but Clean Flight is not showing that config migration has happened.

Thanks for any ideas.

—Christopher
 

Rappy-60

Junior Member
If the file was in a native windows format, you may have an issue with line feed and carriage return since your running on a Mac OS. These are different between Mac vs Linux vs Windows.

*nix uses Line Feeds
Mac uses Carriage Returns
Win uses Both

Try the following command in a mac terminal window:

tr -d '\r' < windowsfile > macfilename

Dale


Dale