From 320c2e792ba3d5b4ec090f56e2f00a8bd253fc31 Mon Sep 17 00:00:00 2001 From: Develo Date: Tue, 2 Oct 2018 02:02:21 -0300 Subject: [PATCH 1/3] Revert "Make softAP documentation state the correct min value (0) for the max_connection argument. (#5165)" This reverts commit 24a1d22730685e20c7f506574d28c90af567c439. From 3172488c2896ad4a47bdce29030386406e2ab001 Mon Sep 17 00:00:00 2001 From: Develo Date: Tue, 2 Oct 2018 02:02:21 -0300 Subject: [PATCH 2/3] Revert "Wrong directory for installation?? (#5163)" This reverts commit d547c4766780f5a9af4a6cbda42cab790de745bc. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26e22e076a..4de2986d0e 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Documentation: [https://arduino-esp8266.readthedocs.io/en/2.4.2/](https://arduin - For Mac OS X, it is `Arduino.app` showing as the Arduino icon. This location may be your `~/Downloads`, `~/Desktop` or even `/Applications`. ```bash - cd /Arduino.app/Contents/ + cd /Arduino.app/Contents/Java ``` - Clone this repository into hardware/esp8266com/esp8266 directory (or clone it elsewhere and create a symlink) ```bash From ac8221ca95fdf2d2f023bb0fc215e9b93af26210 Mon Sep 17 00:00:00 2001 From: Develo Date: Tue, 2 Oct 2018 02:09:25 -0300 Subject: [PATCH 3/3] Update README.md Specify Linux dir for using git --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4de2986d0e..cfef5e0dca 100644 --- a/README.md +++ b/README.md @@ -30,16 +30,20 @@ Boards manager link: `http://arduino.esp8266.com/stable/package_esp8266com_index Documentation: [https://arduino-esp8266.readthedocs.io/en/2.4.2/](https://arduino-esp8266.readthedocs.io/en/2.4.2/) -### Using git version +### Using git version (basic instructions) [![Linux build status](https://travis-ci.org/esp8266/Arduino.svg)](https://travis-ci.org/esp8266/Arduino) - Install the current upstream Arduino IDE at the 1.8 level or later. The current version is at the [Arduino website](http://www.arduino.cc/en/main/software). -- Go to Arduino application directory +- Go to Arduino directory - For Mac OS X, it is `Arduino.app` showing as the Arduino icon. This location may be your `~/Downloads`, `~/Desktop` or even `/Applications`. ```bash cd /Arduino.app/Contents/Java ``` + - For Linux, it is ~/arduino by default. + ```bash + cd ~arduino + ``` - Clone this repository into hardware/esp8266com/esp8266 directory (or clone it elsewhere and create a symlink) ```bash cd hardware