From 0e26aa1b5d04a0d2e9962a1f3a0dc6df0f33243d Mon Sep 17 00:00:00 2001 From: samuelbles07 Date: Wed, 5 Feb 2025 14:06:33 +0700 Subject: [PATCH] Improve comments --- examples/OneOpenAir/OneOpenAir.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/OneOpenAir/OneOpenAir.ino b/examples/OneOpenAir/OneOpenAir.ino index 4714765..ca411b1 100644 --- a/examples/OneOpenAir/OneOpenAir.ino +++ b/examples/OneOpenAir/OneOpenAir.ino @@ -870,7 +870,7 @@ void initializeNetwork() { // Initialize api client apiClient.begin(); - // Send data for the first time to airgradient at boot + // Send data for the first time to AG server at boot sendDataToAg(); // OTA check