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
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Arduino ide 1.6.5 with stable 2.0.0 from ESP8266 : [
11
12
12
13
Have a bridge configurable by web (implemented) and optionally by printer (not yet implemented)
13
14
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
16
17
17
18
Current release listed here: https://github.com/luc-github/ESP8266/wiki
18
19
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
20
22
21
23
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.
22
24
If you use an ESP with more than 512K flash please use master.
@@ -36,16 +38,16 @@ For Davinci Board:<BR>
36
38
37
39
##Development
38
40
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
41
43
42
44
Additionnaly:
43
45
--Use minimal css from http://getbootstrap.com/examples/theme/
44
46
45
47
##Flash the Module
46
48
*Tools:
47
49
--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
49
51
Once flashed you also can use the web updater to flash new FW in System Configuration Page
0 commit comments