From b2268aa6e85cfe751cde84b59bdd0a4232875809 Mon Sep 17 00:00:00 2001 From: lorol Date: Wed, 23 Dec 2020 11:26:42 -0500 Subject: [PATCH] Update Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28f5ac9..73ab510 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ if (!FFat.begin(0, "", 1)) die("Fat FS mount failed. Not enough RAM?"); - Find where files **arduino-core.jar , commons-codec-1.7.jar , pde.jar** of your Arduino IDE installation are located - Edit **make_win.bat** to match "your" paths for **set PATH=your\java\bin;%PATH%** and **set ALP=your\arduino\lib** - Run **make_win.bat** -- Find the **jar** file in /bin directory +- Find the **jar** file in src/bin directory ## Credits and license