Skip to content

Commit

Permalink
Fixing creating connection issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SergiuToporjinschi committed Jun 17, 2019
1 parent 12f8167 commit bac4923
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=ESPManager
version=3.0.2
version=3.0.3
author=Sergiu Toporjinschi
maintainer=Sergiu Toporjinschi
sentence=ESP manager
Expand Down
3 changes: 1 addition & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env_default = nodemcuv2


[common]
version = "3.0.2"
version = "3.0.3"
name = "EspManager"
monitor_speed = 115200
examples_folder = examples/ESPManager
Expand Down Expand Up @@ -61,4 +61,3 @@ board = nodemcu
build_flags =
${common.build_flags}
-Wl,-Teagle.flash.4m1m.ld

2 changes: 1 addition & 1 deletion src/ESPManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ESPManConnStatus ESPManager::createConnections(JsonObject wlanConf, JsonObject m
_mqttConf = mqttConf;
readconfiguration();

// createConnections();
createConnections();
return CONNECTION_OK;
}

Expand Down

0 comments on commit bac4923

Please sign in to comment.