You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@
3
3
[](https://gitter.im/luc-github/ESP8266?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4
4
FW for ESP8266 used with 3D printer
5
5
6
-
Arduino ide 1.6.5 with stable 2.0.0 from ESP8266 : [](https://travis-ci.org/luc-github/ESP8266)
6
+
Arduino ide 1.6.5 with stable 2.1.0 from ESP8266 : [](https://travis-ci.org/luc-github/ESP8266)
7
+
for Arduino ide 1.6.5 with stable 2.0.0 from ESP8266, please use https://github.com/luc-github/ESP8266/releases/tag/v0.5.1
7
8
8
9
##Description
9
10
Thanks to @disneysw for bringing this module idea
@@ -17,8 +18,8 @@ Should be compatible with reprap printer (Marlin FW/Repetier FW) as soon as you
17
18
18
19
Current release listed here: https://github.com/luc-github/ESP8266/wiki
19
20
20
-
Master is using 2.0.0 of https://github.com/esp8266/arduino
21
-
use http://arduino.esp8266.com/versions/2.0.0/package_esp8266com_index.json in arduino 1.6.5 IDE preferences
21
+
Master is using 2.1.0 of https://github.com/esp8266/arduino
22
+
use http://arduino.esp8266.com/versions/2.1.0/package_esp8266com_index.json in arduino 1.6.5 IDE preferences
22
23
23
24
If you use an ESP with 512K flash like ESP01 please go here : https://github.com/luc-github/ESP8266/tree/ESP-512K-64KSPIFFS, it is dedicated to low memory device.
24
25
If you use an ESP with more than 512K flash please use master.
@@ -38,7 +39,7 @@ For Davinci Board:<BR>
38
39
39
40
##Development
40
41
Currently using [Arduino IDE 1.6.5](http://arduino.cc/en/Main/Software) with the esp8266 module from board manager added from [github.com/esp8266/Arduino](https://github.com/esp8266/Arduino)
41
-
please use 2.0.0 relased version (http://arduino.esp8266.com/versions/2.0.0/package_esp8266com_index.json)
42
+
please use 2.1.0 relased version (http://arduino.esp8266.com/versions/2.1.0/package_esp8266com_index.json)
42
43
staging version (http://arduino.esp8266.com/staging/package_esp8266com_index.json) is not yet stable neither compatible with current master please check dev branch https://github.com/luc-github/ESP8266/tree/devt
0 commit comments