FYSETC BLTouch config and more (#14668)

This commit is contained in:
Scott Lahteine
2019-07-18 05:54:50 -05:00
committed by GitHub
parent 92e513e76e
commit 1ea9a36d11
11 changed files with 4820 additions and 67 deletions

View File

@ -26,9 +26,10 @@ env.AddPostAction(
#)
# In-line command with arguments
#env.Replace(
# UPLOADCMD="executable -arg1 -arg2 $SOURCE"
#)
env.Replace(
UPLOADCMD="stm32flash -v -i rts,-dtr,dtr " + '$UPLOAD_PORT' + " -R -w $BUILD_DIR/${PROGNAME}.hex"
)
# Python callback
#def on_upload(source, target, env):