From ec5c95919f738a61399d518d21b61a324579817b Mon Sep 17 00:00:00 2001 From: bdring Date: Sun, 25 Oct 2020 08:36:39 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7ee0651d..bf7b16b4 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,8 @@ Grbl_ESP32 has a test drive mode. If you just compile it and load it onto an ESP ### Using It +Important compiling instructions are [in the wiki](https://github.com/bdring/Grbl_Esp32/wiki/Compiling-the-firmware) + The code should be compiled using the latest Arduino IDE. [Follow instructions here](https://github.com/espressif/arduino-esp32) on how to setup ESP32 in the IDE. The choice was made to use the Arduino IDE over the ESP-IDF to make the code a little more accessible to novices trying to compile the code. I use the ESP32 Dev Module version of the ESP32. I suggest starting with that if you don't have hardware yet.