Skip to content

Commit 1495062

Browse files
committed
add linux example path
1 parent 9feb353 commit 1495062

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/eclipse/eclipse.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ using Eclipse with Arduino ESP8266
1313
- [step 1](http://www.baeyens.it/eclipse/how_to.shtml#/c)
1414
- [step 2](http://www.baeyens.it/eclipse/how_to.shtml#/e)
1515
- go to Window --> preferences --> Arduino
16-
- add as private hardware path the Part to the ESP8266 (example: C:\Users\username\AppData\Roaming\Arduino15\packages\esp8266\hardware\esp8266)
16+
- add as private hardware path the Part to the ESP8266
17+
example:
18+
Windows: C:\Users\username\AppData\Roaming\Arduino15\packages\esp8266\hardware\esp8266
19+
Linux: /home/[user name]/.arduino15/packages/esp8266/hardware
1720

1821
### Eclipse wont build ###
1922
if eclipse dont find the path to the Compiler add to the platform.txt

0 commit comments

Comments
 (0)