Update read me

Fix branch to 2.5.2 for esp8266 due to websocket
This commit is contained in:
Luc 2019-09-08 16:31:23 +02:00
parent e869bab859
commit 85385a9bf7
2 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@ before_script:
- cd $HOME/arduino_ide/hardware - cd $HOME/arduino_ide/hardware
- mkdir esp8266com - mkdir esp8266com
- cd esp8266com - cd esp8266com
- git clone https://github.com/esp8266/Arduino.git esp8266 - git clone -b 2.5.2 https://github.com/esp8266/Arduino.git esp8266
- cd esp8266/tools - cd esp8266/tools
- python get.py - python get.py
- cd $HOME/arduino_ide/hardware - cd $HOME/arduino_ide/hardware

View File

@ -1,6 +1,6 @@
# ESP3D 3.0 # ESP3D 3.0 alpha stage - no webUI yet
<img src="https://github.com/luc-github/ESP3D/blob/3.0/images/Screen/logo2.png">
<H1>Coming Soon!</H1> <H1>Coming Soon!</H1>
<H1>Do not use it !</H1> <H1>Do not use it, unless you know what you are doing !</H1>
[![Build Status](https://travis-ci.org/luc-github/ESP3D.svg?branch=3.0)](https://travis-ci.org/luc-github/ESP3D) [![Build Status](https://travis-ci.org/luc-github/ESP3D.svg?branch=3.0)](https://travis-ci.org/luc-github/ESP3D)