mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2026-04-20 11:02:14 +02:00
Update platform to espressif32 @ 6.13.0. SSID scan interval increased to 10 minutes to offload ESP.
This commit is contained in:
parent
b785dc2967
commit
3a3ce2ae6a
2 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@
|
|||
//enum class conn_types_t : byte;
|
||||
|
||||
#define CONNECT_TIMEOUT 20000
|
||||
#define SSID_SCAN_INTERVAL 60000
|
||||
#define SSID_SCAN_INTERVAL 600000
|
||||
class ESPNetwork {
|
||||
protected:
|
||||
unsigned long lastEmit = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue