Skip to content

Commit

Permalink
add note about esp8266 alias for esp
Browse files Browse the repository at this point in the history
  • Loading branch information
phoddie committed Jan 10, 2022
1 parent 0c4403b commit dae1d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/tools/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ mcrez files... [-o output] [-r name] [-p platform]
- `files`: the paths of the assets to include.
- `-o output`: the path of the output directory. Defaults to the current directory.
- `-r name`: the name of the generated C file. Defaults to `mc.resources.c`.
- `-p platform`: to select the platform: `esp`, `esp32`, `win`, `lin` or `mac`. Defaults to the host build platform:`mac`, `win` or `lin`.
- `-p platform`: to select the platform: `esp`, `esp32`, `win`, `lin` or `mac`. Defaults to the host build platform:`mac`, `win` or `lin`. `esp8266` may be used as an alias for `esp`.

<a id="png2bmp"></a>
## png2bmp
Expand Down

0 comments on commit dae1d37

Please sign in to comment.