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 1495062 commit 272695bCopy full SHA for 272695b
docs/eclipse/eclipse.md
@@ -14,9 +14,10 @@ using Eclipse with Arduino ESP8266
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
17
- example:
18
- Windows: C:\Users\username\AppData\Roaming\Arduino15\packages\esp8266\hardware\esp8266
19
- Linux: /home/[user name]/.arduino15/packages/esp8266/hardware
+
+###### example private hardware path
+ Windows: C:\Users\[username]\AppData\Roaming\Arduino15\packages\esp8266\hardware
20
+ Linux: /home/[username]/.arduino15/packages/esp8266/hardware
21
22
### Eclipse wont build ###
23
if eclipse dont find the path to the Compiler add to the platform.txt
0 commit comments