Make platform.txt location more clear. Do not mention Windows, as it is already in Windows section.

This commit is contained in:
Marek Běl 2019-04-25 07:25:11 +02:00 committed by Marek Bel
parent 3274794908
commit a8e62007ca

View File

@ -53,8 +53,9 @@ _(after installation, the item is labeled as `"INSTALLED"` and can then be used
add "-Wl,-u,vfprintf -lprintf_flt -lm" to "compiler.c.elf.flags=" before existing flag "-Wl,--gc-sections"
example:
`"compiler.c.elf.flags=-w -Os -Wl,-u,vfprintf -lprintf_flt -lm -Wl,--gc-sections"`
For Windows users, the file can be found at:
The file can be found in Arduino instalation directory, or after Arduino has been updated at:
"C:\Users\(user)\AppData\Local\Arduino15\packages\arduino\hardware\avr\(version)"
If you can locate the file in both places, file from user profile is probably used.
#### 2. Source code compilation