mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-05-05 05:25:51 +00:00
fix connect spelling
This commit is contained in:
@@ -176,7 +176,7 @@ class Network {
|
||||
bool juststopped_ = false;
|
||||
bool eth_started_ = false; // true after ETH.begin() has succeeded once; prevents repeated re-init while DHCP is still running
|
||||
volatile uint8_t last_disconnect_reason_ = 0;
|
||||
uint16_t connnect_retry_ = 0; // number of network re-connection attempts
|
||||
uint16_t connect_retry_ = 0; // number of network re-connection attempts
|
||||
volatile bool wifi_connect_pending_ = false;
|
||||
|
||||
// Network and AP settings
|
||||
|
||||
Reference in New Issue
Block a user