Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bertmelis committed May 27, 2024
1 parent 949452d commit 7973b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/espMqttManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ uint32_t getBackoffTimerVal(uint32_t currentInterval) {

void espMqttManager::setup() {
WiFi.setAutoReconnect(false);
//WiFi.setAutoConnect(false); // deprecated
// WiFi.setAutoConnect(false); // deprecated
WiFi.persistent(false);

if (!espMqttManagerInternals::config.getConfig()) {
Expand Down

0 comments on commit 7973b17

Please sign in to comment.