From f51223310b73db896edaa00ada5658fafc58ed49 Mon Sep 17 00:00:00 2001 From: Zisis Maras Date: Mon, 8 Aug 2022 15:18:02 +0300 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01ab950..0e9d8bb 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ As you can see the build is basically a json file but writing it in javascript a Let's explain all the different properties of the file. * `board_env` - This is the env required by platformio to build the correct firmware for your specific motherboard. While we could infer this automatically (most of the time), having it hard-coded on the file is better since the system will run on its own without user interraction. Marlin has a little [guide](https://marlinfw.org/docs/basics/install_platformio_cli.html) on how to find the correct `board_env` for your printer. + This is the env required by platformio to build the correct firmware for your specific motherboard. While we could infer this automatically (most of the time), having it hard-coded on the file is better since the system will run on its own without user interraction. Marlin has a little [guide](https://marlinfw.org/docs/basics/install_platformio_cli.html) on how to find the correct `board_env` for your printer. **Note: only 32-bit boards are currently supported.** * `active` Enables/disables the build. Default is `true`. * `only` Set to `"stable"` or `"nightly"` to build only a single branch. By default both are built. * `meta`