Skip to content

Commit

Permalink
revert SENSOR_TEMP_HUM_UPDATE_INTERVAL value
Browse files Browse the repository at this point in the history
  • Loading branch information
pnt325 committed Mar 1, 2024
1 parent a59d5a1 commit a867e9a
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 @@ -99,7 +99,7 @@ enum {
#define SENSOR_TVOC_UPDATE_INTERVAL 1000 /** ms */
#define SENSOR_CO2_UPDATE_INTERVAL 5000 /** ms */
#define SENSOR_PM_UPDATE_INTERVAL 2000 /** ms */
#define SENSOR_TEMP_HUM_UPDATE_INTERVAL 2000 /** ms */
#define SENSOR_TEMP_HUM_UPDATE_INTERVAL 5000 /** ms */
#define DISPLAY_DELAY_SHOW_CONTENT_MS 2000 /** ms */
#define WIFI_HOTSPOT_PASSWORD_DEFAULT \
"cleanair" /** default WiFi AP password \
Expand Down

0 comments on commit a867e9a

Please sign in to comment.