소스 검색

Add filepath to platform.txt for windows users

cimoalpacino 5 년 전
부모
커밋
3274794908
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -52,7 +52,9 @@ _(after installation, the item is labeled as `"INSTALLED"` and can then be used
    c. modify platform.txt to enable float printf support:  
 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"`
+`"compiler.c.elf.flags=-w -Os -Wl,-u,vfprintf -lprintf_flt -lm -Wl,--gc-sections"`  
+For Windows users, the file can be found at:  
+"C:\Users\(user)\AppData\Local\Arduino15\packages\arduino\hardware\avr\(version)"
 
 #### 2. Source code compilation