Skip to content

Commit

Permalink
Changed PM polling frequency for Open Air to 2s
Browse files Browse the repository at this point in the history
  • Loading branch information
Achim committed Feb 29, 2024
1 parent 236c5ba commit b4d6006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Open_Air/Open_Air.ino
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ enum {
#define SENSOR_CO2_CALIB_COUNTDOWN_MAX 5 /** sec */
#define SENSOR_TVOC_UPDATE_INTERVAL 1000 /** ms */
#define SENSOR_CO2_UPDATE_INTERVAL 5000 /** ms */
#define SENSOR_PM_UPDATE_INTERVAL 5000 /** ms */
#define SENSOR_PM_UPDATE_INTERVAL 2000 /** ms */
#define SENSOR_TEMP_HUM_UPDATE_INTERVAL 2000 /** ms */
#define DISPLAY_DELAY_SHOW_CONTENT_MS 2000 /** ms */
#define WIFI_HOTSPOT_PASSWORD_DEFAULT \
Expand Down

0 comments on commit b4d6006

Please sign in to comment.