1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00
This commit is contained in:
Markus Sattler 2015-06-26 18:59:02 +02:00
parent bcd0c9c91b
commit 98815fe69a

View File

@ -14,8 +14,9 @@ using Eclipse with Arduino ESP8266
- [step 2](http://www.baeyens.it/eclipse/how_to.shtml#/e) - [step 2](http://www.baeyens.it/eclipse/how_to.shtml#/e)
- go to Window --> preferences --> Arduino - go to Window --> preferences --> Arduino
- add as private hardware path the Part to the ESP8266 - add as private hardware path the Part to the ESP8266
example:
Windows: C:\Users\username\AppData\Roaming\Arduino15\packages\esp8266\hardware\esp8266 ###### example private hardware path
Windows: C:\Users\[username]\AppData\Roaming\Arduino15\packages\esp8266\hardware
Linux: /home/[username]/.arduino15/packages/esp8266/hardware Linux: /home/[username]/.arduino15/packages/esp8266/hardware
### Eclipse wont build ### ### Eclipse wont build ###