From 0861c2dcaaa9d8ec3b04b3da5fd433a3ecb16d29 Mon Sep 17 00:00:00 2001 From: samuelbles07 Date: Wed, 26 Feb 2025 14:43:14 +0700 Subject: [PATCH] Missing install library step for diy model --- docs/howto-compile.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/howto-compile.md b/docs/howto-compile.md index 5415739..abd8e3d 100644 --- a/docs/howto-compile.md +++ b/docs/howto-compile.md @@ -47,12 +47,16 @@ Upload Speed ➝ 921600 ![board manager](images/esp8266-board.png) -3. On tools tab, set board to `LOLIN(WEMOS) D1 R2 & mini`, and let other settings to default +3. Install AirGradient library on library manager using the latest version (Tools ➝ Manage Libraries... ➝ search for `"airgradient"`) + +![Aigradient Library](images/ag-lib.png) + +4. On tools tab, set board to `LOLIN(WEMOS) D1 R2 & mini`, and let other settings to default ![settings esp8266](images/settings-esp8266.png) -4. Open sketch to compile (File ➝ Examples ➝ AirGradient Air Quality Sensor ➝ ``). Depends on the DIY model, either `BASIC`, `DiyProIndoorV3_3` and `DiyProIndoorV4_2` -5. Compile +5. Open sketch to compile (File ➝ Examples ➝ AirGradient Air Quality Sensor ➝ ``). Depends on the DIY model, either `BASIC`, `DiyProIndoorV3_3` and `DiyProIndoorV4_2` +6. Compile ![compiled esp8266](images/compiled-esp8266.png)