We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9feb353 commit 1495062Copy full SHA for 1495062
docs/eclipse/eclipse.md
@@ -13,7 +13,10 @@ using Eclipse with Arduino ESP8266
13
- [step 1](http://www.baeyens.it/eclipse/how_to.shtml#/c)
14
- [step 2](http://www.baeyens.it/eclipse/how_to.shtml#/e)
15
- 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)
+- 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
20
21
### Eclipse wont build ###
22
if eclipse dont find the path to the Compiler add to the platform.txt
0 commit comments