Skip to content

Commit e54c62a

Browse files
committed
Merge remote-tracking branch 'origin/develop' into develop
2 parents 5c95f01 + bed448e commit e54c62a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/howto-compile.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Choose based on how python installed on your machine. But most user, using `apt`
9090

9191
## How to contribute
9292

93-
The instructions above are the instructions for how to build an official release of the AirGradient firmware using the Arduino IDE. If you intend to make changes that will you intent to contribute back to the main project, instead of installing the AirGradient library, check out the repo at `Documents/Arduino/libraries` (for Windows and Mac), or `~/Arduino/Libraries` (Linux). If you installed the library, you can remove it from the library manager in the Arduino IDE, or just delete the directory.
93+
The instructions above are the instructions for how to build an official release of the AirGradient firmware using the Arduino IDE. If you intend to make changes which you plan to contribute back to the main project, instead of installing the AirGradient library, check out the repository at Documents/Arduino/libraries (for Windows and Mac) or ~/Arduino/libraries (for Linux). If you installed the library, you can remove it from the library manager in the Arduino IDE, or just delete the directory.
9494

9595
**NOTE:** When cloning the repository, for version >= 3.3.0 it has submodule, please use `--recursive` flag like this: `git clone --recursive https://github.com/airgradienthq/arduino.git AirGradient_Air_Quality_Sensor`
9696

@@ -100,6 +100,3 @@ There are 2 environment options to compile this project, PlatformIO and ArduinoI
100100

101101
- For PlatformIO, it should work out of the box
102102
- For arduino, files in `src` folder and also from `Examples` can be modified at `Documents/Arduino/libraries` for Windows and Mac, and `~/Arduino/Libraries` for Linux
103-
104-
105-

0 commit comments

Comments
 (0)