Skip to content

How to update the firmware using Arduino IDE

HuttonGe edited this page Dec 13, 2021 · 1 revision

1、dowmload the firmware source code

image

  • unzip the zip pack

2、import the library

  • Sketch->include Library->Add .ZIP Library

image

  • choose the file \SwiftProForArduino-Version_V4.0\src

image

  • open project File->Examples->src->grblUpload

image

3、configurate the board

image

4、compile the source code & update the firmware

image