Skip to content

Commit

Permalink
Reduce retry time to 5 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
dzungpv committed Jan 7, 2020
1 parent 1b382de commit 66c4f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mitsubishi2mqtt/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ const int blueLedPin = LED_BUILTIN; // Onboard LED = digital pin 2 "D4" (blue LE
const int redLedPin = 0;
// sketch settings
const unsigned int SEND_ROOM_TEMP_INTERVAL_MS = 30000;
const unsigned int MQTT_RETRY_INTERVAL_MS = 900000; //15 minutes
const unsigned int MQTT_RETRY_INTERVAL_MS = 5000; //5 seconds

0 comments on commit 66c4f15

Please sign in to comment.