818 Commits
Author SHA1 Message Date
samuelbles07 54808ac076 Merge remote-tracking branch 'origin/develop' 3.2.0 2025-02-10 01:37:41 +07:00
samuelbles07 063bb2a227 Prepare release 3.2.0 2025-02-10 01:36:41 +07:00
samuelbles07 93f79173b2 Release 3.2.0-alpha 3.2.0-alpha 2025-02-07 20:06:10 +07:00
samuelbles07 615c2389e7 Prepare 3.2.0 alpha release 2025-02-07 19:16:16 +07:00
Samuel Siburian f972637cca Merge pull request #283 from airgradienthq/feat/update-pm-correction
Apply PM corrections to all models
2025-02-07 19:05:20 +07:00
samuelbles07 4c7e72b8e7 Better logging
Fix notif when wifi not connect
2025-02-07 10:45:14 +07:00
samuelbles07 d4b4f51c3c Map batch PM correction as custom enum 2025-02-06 17:35:01 +07:00
samuelbles07 1c42ff083d Make PM correction applied for all model 2025-02-06 15:58:15 +07:00
samuelbles07 17d2e62b15 Remove delayed oled display 2025-02-06 15:38:36 +07:00
samuelbles07 38aebeb50a Reformat pm correction enum naming 2025-02-06 12:49:41 +07:00
Samuel Siburian b0f5263829 Merge pull request #277 from airgradienthq/feat/correction-temp-hum
Apply temperature and humidity correction based on configuration
2025-02-06 10:14:38 +07:00
Samuel Siburian 3226c14b6d Merge pull request #278 from airgradienthq/feat/disable-cloud
Fully disable cloud connection to airgradient server option
2025-02-06 10:13:50 +07:00
samuelbles07 0e26aa1b5d Improve comments 2025-02-05 14:06:33 +07:00
samuelbles07 830f652bf9 Remove unnecessary todo 2025-02-05 13:52:38 +07:00
samuelbles07 bd9dbec663 Rename functions 2025-02-05 13:46:10 +07:00
samuelbles07 29d701780a Improve logging 2025-02-05 11:37:16 +07:00
samuelbles07 15869be234 Rename prefix temp hum correction enum member 2025-02-05 11:05:36 +07:00
samuelbles07 4b09b98524 Fix variable naming ahum to rhum 2025-02-05 10:57:02 +07:00
samuelbles07 afd498074b Fix grammar error 2025-02-05 10:43:56 +07:00
samuelbles07 e851d0781c Merge branch 'develop' into feat/disable-cloud 2025-02-05 10:06:39 +07:00
Samuel Siburian 2c27c6904c Merge pull request #282 from airgradienthq/fix/extend-connect-timeout
HTTP client failed/timeout to establish connection to airgradient server
2025-02-05 10:01:24 +07:00
samuelbles07 03f1b969c2 Add comment describe two timeout functions call 2025-02-05 01:24:59 +07:00
samuelbles07 85ba13de12 Set default ag client timeout to 15s 2025-02-05 01:18:46 +07:00
samuelbles07 6ec545b00e Merge branch 'develop' into fix/extend-connect-timeout 2025-02-05 01:16:14 +07:00
Samuel Siburian 05dbe60db2 Merge pull request #281 from airgradienthq/fix/zero-display
Fix display 0 measurements value on boot
2025-02-03 18:47:13 +07:00
samuelbles07 d2ee3a5d24 Set default value for each measurements value to invalid 2025-02-03 01:28:42 +07:00
samuelbles07 1839664137 Extend connect to server timeout
Default 5s from HTTPClient
2025-02-01 14:20:54 +07:00
samuelbles07 154f3ecf8a Fix display 0 measurements on boot 2025-02-01 13:52:12 +07:00
samuelbles07 b75e40b800 Rename variable for readability 2025-01-30 15:09:27 +07:00
samuelbles07 84a358291b Rename function
from configure to configuration
2025-01-30 14:23:39 +07:00
samuelbles07 0e41b2d630 Rename function from initiateNetwork to initializeNetwork 2025-01-30 10:01:15 +07:00
samuelbles07 3e48a562e7 Change comment of sendDataToAg function call 2025-01-26 22:50:17 +07:00
samuelbles07 f0c4df42b7 Fix wording on local-server 2025-01-26 13:02:42 +07:00
samuelbles07 c8f0e6a0d2 Update diy samples
That accomodate ApiClient changes
Fix apiClient begin on OneOpenAir
2025-01-25 04:08:17 +07:00
samuelbles07 1537d5d480 Update docs
Notes about offlineMode and disableCloudConnection
2025-01-25 03:10:31 +07:00
samuelbles07 32c78f6018 Apply disableCloudConnection
fetch configuration, post data and ota will be ignored
2025-01-25 03:01:32 +07:00
samuelbles07 c5c0dae4bb Add config to disableCloudConnection functions 2025-01-25 01:51:20 +07:00
samuelbles07 4bb97fc8be Fix changes to other examples 2025-01-24 18:17:41 +07:00
samuelbles07 a28931493a Add docs about how to set correction from local server 2025-01-24 18:03:13 +07:00
samuelbles07 af16c1c060 Apply temphum correction 2025-01-24 09:56:01 +07:00
samuelbles07 1666923ab3 Add AirGradient and Configuration object to AgValue 2025-01-23 03:33:47 +07:00
samuelbles07 89475ddf95 Get correction of temp and hum based on configuration 2025-01-23 01:21:27 +07:00
samuelbles07 20db9d699b Retrieve temp hum correction object 2025-01-23 01:16:49 +07:00
samuelbles07 88c2437907 Handle correction configuration for atmp and rhum
From local and cloud
2025-01-22 01:53:55 +07:00
samuelbles07 e9b27185b4 Fix spaces 2025-01-22 01:46:08 +07:00
Samuel Siburian 4534f7319a Merge pull request #275 from airgradienthq/fix/invalid-average
Fix invalidate value check for getAverage function
2025-01-19 15:50:47 +07:00
samuelbles07 c842346724 Fix invalidate value check for getAverage 2025-01-19 15:45:09 +07:00
nick-4711 92e74feabd Merge branch 'develop'
# Conflicts:
#	library.properties
#	src/AirGradient.h
3.1.21
2024-12-05 15:36:32 +07:00
nick-4711 cc0fd88068 Prepared to release 3.1.21 2024-12-05 15:35:37 +07:00
nick-4711 56809a412c Merge branch 'develop' 3.1.20 2024-12-05 15:17:34 +07:00