mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-15 22:35:59 +08:00
Update README.md
refer to 2.0.0 as stable for the core
This commit is contained in:
parent
7a56b3c5aa
commit
a44c239f5d
10
README.md
10
README.md
@ -8,6 +8,7 @@ Arduino ide 1.6.5 with stable 2.0.0 from ESP8266 : [
|
||||||
|
|
||||||
Have a bridge configurable by web (implemented) and optionally by printer (not yet implemented)
|
Have a bridge configurable by web (implemented) and optionally by printer (not yet implemented)
|
||||||
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
|
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
|
|||||||
|
|
||||||
Current release listed here: https://github.com/luc-github/ESP8266/wiki
|
Current release listed here: https://github.com/luc-github/ESP8266/wiki
|
||||||
|
|
||||||
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
|
Master is using 2.0.0 of https://github.com/esp8266/arduino
|
||||||
|
use http://arduino.esp8266.com/versions/2.0.0/package_esp8266com_index.json in arduino 1.6.5 IDE preferences
|
||||||
|
|
||||||
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.
|
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.
|
||||||
If you use an ESP with more than 512K flash please use master.
|
If you use an ESP with more than 512K flash please use master.
|
||||||
@ -36,8 +38,8 @@ For Davinci Board:<BR>
|
|||||||
|
|
||||||
##Development
|
##Development
|
||||||
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)
|
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)
|
||||||
using relased version (http://arduino.esp8266.com/package_esp8266com_index.json)
|
please use 2.0.0 relased version (http://arduino.esp8266.com/versions/2.0.0/package_esp8266com_index.json)
|
||||||
and staging version (http://arduino.esp8266.com/staging/package_esp8266com_index.json)
|
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
|
||||||
|
|
||||||
Additionnaly:
|
Additionnaly:
|
||||||
--Use minimal css from http://getbootstrap.com/examples/theme/
|
--Use minimal css from http://getbootstrap.com/examples/theme/
|
||||||
@ -45,7 +47,7 @@ Additionnaly:
|
|||||||
##Flash the Module
|
##Flash the Module
|
||||||
*Tools:
|
*Tools:
|
||||||
--Use IDE to upload directly (latest version of board manager module generate one binary)
|
--Use IDE to upload directly (latest version of board manager module generate one binary)
|
||||||
-- 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
|
-- 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
|
||||||
Once flashed you also can use the web updater to flash new FW in System Configuration Page
|
Once flashed you also can use the web updater to flash new FW in System Configuration Page
|
||||||
|
|
||||||
*Connection
|
*Connection
|
||||||
|
Loading…
x
Reference in New Issue
Block a user