From 73edf56c9765adbcecae8878810e16039a07bca3 Mon Sep 17 00:00:00 2001 From: samuelbles07 Date: Mon, 15 Sep 2025 13:03:16 +0700 Subject: [PATCH 1/3] Fix points to how to compile documents --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9495c34..4c118bc 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ If you have any questions or problems, check out [our forum](https://forum.airgr ## Development -* See [compilation instructions](/docs/local-server.md) for details about how to customize AirGradient's firmware and flash it to your device. +* See [compilation instructions](/docs/howto-compile.md) for details about how to customize AirGradient's firmware and flash it to your device. ## Over the air (OTA) updates From e984aced182a8ccfbc05caa00465d61d0f59e253 Mon Sep 17 00:00:00 2001 From: samuelbles07 Date: Mon, 15 Sep 2025 13:03:28 +0700 Subject: [PATCH 2/3] Add release process --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 4c118bc..b641470 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,16 @@ Make sure you have exactly the versions of libraries and boards installed as des If you have an older version of the AirGradient PCB not mentioned in the example files, please downgrade this library to version 2.4.15 to support these legacy boards. +### Release Process + +Releases published on GitHub are **not immediately deployed to all devices in the market**. Each release first goes through internal testing, including limited deployments in select locations to verify stability and functionality. + +If the tests pass, the firmware is then made available for: +- **FOTA (Firmware Over-The-Air) updates** from AirGradient dashboard +- **Manual flashing** via ![Airgradient](https://www.airgradient.com/documentation/firmwares/) website + +Each GitHub release note will also include the planned rollout date for wider availability. + ## Help & Support If you have any questions or problems, check out [our forum](https://forum.airgradient.com/). From 8985e08a0068bfda580f25da2a057408fb445dc3 Mon Sep 17 00:00:00 2001 From: samuelbles07 Date: Mon, 15 Sep 2025 13:05:19 +0700 Subject: [PATCH 3/3] fix link typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b641470..956171f 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Releases published on GitHub are **not immediately deployed to all devices in th If the tests pass, the firmware is then made available for: - **FOTA (Firmware Over-The-Air) updates** from AirGradient dashboard -- **Manual flashing** via ![Airgradient](https://www.airgradient.com/documentation/firmwares/) website +- **Manual flashing** via [Airgradient](https://www.airgradient.com/documentation/firmwares/) website Each GitHub release note will also include the planned rollout date for wider availability.