Libaries for compiling HASPone in Arduino IDE #37
-
I have some issues upgrading from the old release to HASPone on my device (NodeMCU). OTA-Upgrade process goes fine, but MQTT-settings are lost. When trying to update with correct MQTT-info, the ESP will not join wifi anymore despite that I retyped the wifi-pwd as well. Tried four times on two different machines, so I figure compiling in Arduino IDE is the best choice. Do you have a list of libraries/version I need for this to succeed ? I can compile the HASwitchPlate with no issues, but HASPone fails. I added ESP8266ping and EspSaveCrash, but probably not the correct versions as it always fails. Anyone? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
This is my platformio.ini which might give you some clues ... the versions might not be right either?
|
Beta Was this translation helpful? Give feedback.
-
One thing that might be tripping you up - the version of WiFiManager available in the Arduino IDE is pretty old. You'll need to clone a recent copy of the master branch in the library repo. |
Beta Was this translation helpful? Give feedback.
One thing that might be tripping you up - the version of WiFiManager available in the Arduino IDE is pretty old. You'll need to clone a recent copy of the master branch in the library repo.