1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-09-25 21:39:39 +02:00

Updated Compiling with Arduino IDE (markdown)

bdring
2021-06-24 13:04:47 -05:00
parent 6e77bb36d8
commit aed8661b01

@@ -109,3 +109,8 @@ You may also see flash errors. Some dev boards have trouble being programmed whi
## WiFi Firmware Upload ## WiFi Firmware Upload
After you have programmed the board once with Grbl_ESP32, it is possible to upload new firmware via WiFi. This feature is called OTA - Over The Air - programming. The WebUI...ESP3D tab has a a firmware upload button (yellow cloud). If you put the Arduino IDE compiler into verbose mode, via the the File...Preferences menu, it will display the directory where the compiled (.bin) file is located, so you can select that file for OTA upload. After you have programmed the board once with Grbl_ESP32, it is possible to upload new firmware via WiFi. This feature is called OTA - Over The Air - programming. The WebUI...ESP3D tab has a a firmware upload button (yellow cloud). If you put the Arduino IDE compiler into verbose mode, via the the File...Preferences menu, it will display the directory where the compiled (.bin) file is located, so you can select that file for OTA upload.
### Troubleshooting Problems
- **fatal error: TMCStepper.h: No such file or directory** You did not install the TMCStepper library properly. [See this](https://github.com/bdring/Grbl_Esp32/wiki/Compiling-with-Arduino-IDE/_edit#copy-libraries)
- **fatal error: WebSocketsServer.h: No such file or directory** You did not copy the library folder properly. [See this](https://github.com/bdring/Grbl_Esp32/wiki/Compiling-with-Arduino-IDE/_edit#copy-libraries)