We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da7179b commit e01a981Copy full SHA for e01a981
src/EthernetConnectionManager.h
@@ -79,7 +79,7 @@ void EthConnectionManager::changeConnectionState(NetworkConnectionState _newStat
79
80
void EthConnectionManager::check() {
81
char msgBuffer[120];
82
- unsigned long now = millis();
+ unsigned long const now = millis();
83
int networkStatus = 0;
84
if (now - lastConnectionTickTime > connectionTickTimeInterval) {
85
switch (netConnectionState) {
0 commit comments