Merge pull request #20 from cjkas/cjkas/fix-bkp

Update platform to espressif32 @ 6.13.0. SSID scan interval increased to 10 minutes to offload ESP.
This commit is contained in:
cjkas 2026-04-04 20:04:49 +02:00 committed by GitHub
commit bf0c3d37f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -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;