Closed stomko11 closed 1 year ago
I'm getting the same errors which I'm working on right now.
The SSID is in the code: wifiManager.autoConnect(YOUR-SSID-HERE,AP_PASSWD); // password protected ap
If it can't connect, it will start an AP for you to which you can connect and configure WIFI
I found a fix for the compilation errors.
For some reason, the included library in VSCode has some errors. If you go to this page: https://github.com/plerup/espsoftwareserial/tree/main/src
And copy 'n paste the code into to following files (replace):
Now the project should build an upload (I have the webpage working, have yet to try it with the door)
I did resolve it by downgrading EspSoftwareSerial library from v.8 to v. 6.17.1 and it compiled fine
Hello. I downloaded your code and opened it using VSCode (using Platformio IDE), however I am unable to build/upload. I get bunch of errors. Am I missing something? Here is complete output I get:
In addition, I noticed that in
configuration.h
, wifi configuration has following variables:Where do I define SSID?