Skip to content

Commit ca71d62

Browse files
authored
Changed wrong references to ESP8266 instead of ESP32. Closes #1
1 parent ebd14d5 commit ca71d62

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,15 @@ Note that if you are a Linux used like me and it is your first time using platfo
5757
## Arduino IDE
5858
You can install the Arduino IDE by downloading it from [arduino.cc](https://www.arduino.cc/en/Main/Software), we recommend the last version, but you should use v1.6 or above.
5959

60-
### Install the Arduino Core for ESP8266
61-
First step is to install support for ESP8266 based boards on the Arduino IDE through the Board Manager. These instruction are copied and adapted from the Arduino Core for ESP8266 documentation here: [https://github.com/esp8266/Arduino/](https://github.com/esp8266/Arduino/).
60+
### Install the Arduino Core for ESP32
61+
First step is to install support for ESP32 based boards on the Arduino IDE through the Board Manager.
6262

6363
* Start Arduino and open Preferences window.
6464
* Enter `https://dl.espressif.com/dl/package_esp32_index.json` into *Additional Board Manager URLs* field. You can add multiple URLs, separating them with commas.
65-
* Open Boards Manager from Tools > Board menu and find *esp8266* platform (and don't forget to select your ESP8266 board from Tools > Board menu after installation).
65+
* Open Boards Manager from Tools > Board menu and find *esp32* platform.
6666
* Select the version you need from a drop-down box.
6767
* Click *install* button.
6868

69-
Credit to [ESPurna](https://github.com/xoseperez/espurna/wiki/ArduinoIDE) for this section
70-
7169
### Installing dependencies
7270
This project relies on several third party dependencies that must be installed in order to be able to build the binaries you can find the dependencies list below:
7371

@@ -84,7 +82,7 @@ Once you have cloned this project to a local directory, you can open it from the
8482
![Open on Arduino IDE](/doc/images/open_arduino.png "Open on Arduino IDE")
8583

8684
### Build and upload the project
87-
The next step is to open the project file ` src/Fossa_GroundStation/BoardConfig.h and uncomment the line matching your board by removing the leading `//`
85+
The next step is to open the project file ` src/Fossa_GroundStation/BoardConfig.h` and uncomment the line matching your board by removing the leading `//`
8886

8987
```
9088
// uncomment the line matching your board by removing the //
@@ -94,7 +92,7 @@ The next step is to open the project file ` src/Fossa_GroundStation/BoardConfig.
9492
//#define HELTEC
9593
```
9694

97-
Connect the board to the computer, select your board in the board manager of the Arduino IDE `Tools > Boards `
95+
Connect the board to the computer, select your board in the Arduino IDE `Tools > Boards `
9896

9997
![Select board on Arduino IDE](/doc/images/select_board_arduino.png "Select board on Arduino IDE")
10098

0 commit comments

Comments
 (0)