From 85385a9bf72caf590456d920008a4a47bd4b9705 Mon Sep 17 00:00:00 2001 From: Luc Date: Sun, 8 Sep 2019 16:31:23 +0200 Subject: [PATCH] Update read me Fix branch to 2.5.2 for esp8266 due to websocket --- .travis.yml | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index dcc2c556..60fbf4be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ before_script: - cd $HOME/arduino_ide/hardware - mkdir 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 - python get.py - cd $HOME/arduino_ide/hardware diff --git a/README.md b/README.md index de765630..664c658c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# ESP3D 3.0 - +# ESP3D 3.0 alpha stage - no webUI yet +

Coming Soon!

-

Do not use it !

+

Do not use it, unless you know what you are doing !

[![Build Status](https://travis-ci.org/luc-github/ESP3D.svg?branch=3.0)](https://travis-ci.org/luc-github/ESP3D)