1
0
mirror of https://github.com/p2r3/bareiron.git synced 2025-10-01 23:25:09 +02:00

improve esp compilation instructions in readme

This commit is contained in:
p2r3
2025-09-13 00:36:40 +03:00
committed by GitHub
parent 0f1cadd341
commit 70b3b048db

View File

@@ -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 Linux, install `gcc` and run `build.sh`
- To target Windows, install `gcc` and run `build.bat` - 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 ## Configuration
Configuring the server requires compiling it from its source code as described in the section above. Configuring the server requires compiling it from its source code as described in the section above.