From 70b3b048dbdd4ba91a27c4db12f6fcf09919942d Mon Sep 17 00:00:00 2001 From: p2r3 <41925384+p2r3@users.noreply.github.com> Date: Sat, 13 Sep 2025 00:36:40 +0300 Subject: [PATCH] improve esp compilation instructions in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c45726d..13a2be4 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Before compiling, you'll need to dump registry data from a vanilla Minecraft ser - To target Linux, install `gcc` and run `build.sh` - To target Windows, install `gcc` and run `build.bat` -- To target an ESP variant, set up a PlatformIO project and clone this repository on top of it. See **Configuration** below for further steps. +- To target an ESP variant, set up a PlatformIO project (select the ESP-IDF framework, **not Arduino**) and clone this repository on top of it. See **Configuration** below for further steps. For better performance, consider changing the clock speed and enabling compiler optimizations. If you don't know how to do this, there are plenty of resources online. ## Configuration Configuring the server requires compiling it from its source code as described in the section above.