WS logic: No resending, improved ESP8266 stability

Update ESP8266 core to 3.1.2
This commit is contained in:
cschwinne
2023-06-18 01:07:50 +02:00
committed by Frank
parent e94064adde
commit aff4de34b4
3 changed files with 19 additions and 9 deletions

View File

@@ -494,7 +494,10 @@
#define DEFAULT_LED_COUNT 30
#endif
#define INTERFACE_UPDATE_COOLDOWN 2000 //time in ms to wait between websockets, alexa, and MQTT updates
#define INTERFACE_UPDATE_COOLDOWN 1200 // time in ms to wait between websockets, alexa, and MQTT updates
#define PIN_RETRY_COOLDOWN 3000 // time in ms after an incorrect attempt PIN and OTA pass will be rejected even if correct
#define PIN_TIMEOUT 900000 // time in ms after which the PIN will be required again, 15 minutes
// HW_PIN_SCL & HW_PIN_SDA are used for information in usermods settings page and usermods themselves
// which GPIO pins are actually used in a hardware layout (controller board)