Skip to content

Commit f0af016

Browse files
authored
Merge pull request #21 from ajnavarro/fix/doc-wrong-path
Fix wrong path to platformio.ini config file on README
2 parents 7761ef7 + 88d5a4f commit f0af016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Then select the `src` folder inside the repository and click open.
6161
After that, the project should be loaded in visual studio and ready to configure and build.
6262

6363
### Configure the project
64-
First we need to select the board. To do so, open the `src/Fossa_GroundStation/platformio.ini` file and uncomment one of the lines at the beggining of the file depending on the board you are going to use TTGO or Heltec.
64+
First we need to select the board. To do so, open the `src/platformio.ini` file and uncomment one of the lines at the beggining of the file depending on the board you are going to use TTGO or Heltec.
6565

6666
```
6767
default_envs =

0 commit comments

Comments
 (0)