Skip to content

Commit

Permalink
Reduce retry time to 1 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
dzungpv committed Jan 7, 2020
1 parent 66c4f15 commit 4de8abc
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 = 5000; //5 seconds
const unsigned int MQTT_RETRY_INTERVAL_MS = 1000; //1 seconds

0 comments on commit 4de8abc

Please sign in to comment.