Skip to content

Commit a44c239

Browse files
author
Luc
committed
Update README.md
refer to 2.0.0 as stable for the core
1 parent 7a56b3c commit a44c239

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Arduino ide 1.6.5 with stable 2.0.0 from ESP8266 : [![Build Status](https://trav
88
##Description
99
Thanks to @disneysw for bringing this module idea
1010
Thanks to @lkarlslund for suggestion about independant reset using GPIO2
11+
Thanks to all contributors (treepleks, j0hnlittle , and feedbacks owners)
1112

1213
Have a bridge configurable by web (implemented) and optionally by printer (not yet implemented)
1314
Have a front end to know what is the wifi status (implemented) or know what is the print status (not yet implemented) - this part can be optional and removed by compilation directive if no need
@@ -16,7 +17,8 @@ Should be compatible with reprap printer (Marlin FW/Repetier FW) as soon as you
1617

1718
Current release listed here: https://github.com/luc-github/ESP8266/wiki
1819

19-
Master may not work unless you use the latest code of https://github.com/esp8266/arduino (https://github.com/esp8266/Arduino#using-git-version-) due to delay between PR integration in staging/stable versions
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
2022

2123
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.
2224
If you use an ESP with more than 512K flash please use master.
@@ -36,16 +38,16 @@ For Davinci Board:<BR>
3638

3739
##Development
3840
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)
39-
using relased version (http://arduino.esp8266.com/package_esp8266com_index.json)
40-
and staging version (http://arduino.esp8266.com/staging/package_esp8266com_index.json)
41+
please use 2.0.0 relased version (http://arduino.esp8266.com/versions/2.0.0/package_esp8266com_index.json)
42+
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
4143

4244
Additionnaly:
4345
--Use minimal css from http://getbootstrap.com/examples/theme/
4446

4547
##Flash the Module
4648
*Tools:
4749
--Use IDE to upload directly (latest version of board manager module generate one binary)
48-
-- to flash the htm files present in data directory you need to use another tool, installation and usage is explained here: http://arduino.esp8266.com/versions/1.6.5-1160-gef26c5f/doc/reference.html#file-system
50+
-- to flash the htm files present in data directory you need to use another tool, installation and usage is explained here: https://github.com/esp8266/Arduino/blob/master/doc/filesystem.md
4951
Once flashed you also can use the web updater to flash new FW in System Configuration Page
5052

5153
*Connection

0 commit comments

Comments
 (0)