update DISPLAY_DELAY_SHOW_CONTENT_MS from 3000 to 6000

This commit is contained in:
Phat Nguyen
2024-02-15 19:55:17 +07:00
parent 5602a456a7
commit 67ad912a71
5 changed files with 5 additions and 5 deletions

View File

@ -94,7 +94,7 @@ enum {
#define SENSOR_CO2_UPDATE_INTERVAL 5000 /** ms */
#define SENSOR_PM_UPDATE_INTERVAL 5000 /** ms */
#define SENSOR_TEMP_HUM_UPDATE_INTERVAL 5000 /** ms */
#define DISPLAY_DELAY_SHOW_CONTENT_MS 3000 /** ms */
#define DISPLAY_DELAY_SHOW_CONTENT_MS 6000 /** ms */
#define WIFI_HOTSPOT_PASSWORD_DEFAULT \
"cleanair" /** default WiFi AP password \
*/