Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
examples/${{ matrix.example }}
libraries: |
- source-path: ./
- name: NimBLE-Arduino
version: 2.3.7
cli-compile-flags: |
- --warnings
- none
Expand Down
5 changes: 5 additions & 0 deletions docs/howto-compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ Using library manager install the latest version (Tools ➝ Manage Libraries...
- With **git** cli, execute this command `git clone --recursive https://github.com/airgradienthq/arduino.git AirGradient_Air_Quality_Sensor`
- Restart Arduino IDE

#### Version >= 3.6.0

- Ensure `NimBLE-Arduino` by h2zero library version `2.3.7` is installed using Arduino library manager
- Follow steps of ">= 3.3.0"

3. On tools tab, follow settings below

```
Expand Down
Loading