You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extras/betaflight_target_converter/betaflight_target_converter.py
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -146,20 +146,21 @@ def fprint(txt) :
146
146
fprint( "//copy this line to madflight.ino to use this flight controller" )
147
147
fprint( "#include <"+outfilename+">" )
148
148
fprint( "" )
149
-
fprint( "Note: madflight will pick the last sensor defined here, this might not be the sensor that is actually on the board. Comment the offending sensors out." )
149
+
fprint( "Note: madflight will pick the last sensor defined here, this might not be the sensor that is actually on the board. Comment the offending sensors out, or use madflight_config to override." )
0 commit comments