When i try to compil with platformIO i have this error :
In file included from src/mySQMPLUS-114.cpp:344:0:src/webserver.h:54:1: error: 'WebServer' does not name a type WebServer *webserver; ^In file included from src/webserver.h:74:0, from src/mySQMPLUS-114.cpp:344:
Best regards,
Franck
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I found a solution, it's a probleme of case sensitiv platformIO open webserver.h in place of WebServer.h. If i rename webserver.h by wserver.h it's work !
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Franck
We purposely avoided recommending platform io for users as it creates another layer to overcome.
A lot of people who do this project have never programmed an Arduino before, so it just seemed so much easier to not use it because of the configuration time and learning curve required.
I do use platformio for some other projects. So I am not against platform io. I glad you were able to resolve the issue.
Regards
Robert
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
When i try to compil with platformIO i have this error :
Best regards,
Franck
I found a solution, it's a probleme of case sensitiv platformIO open webserver.h in place of WebServer.h. If i rename webserver.h by wserver.h it's work !
Hi Franck
We purposely avoided recommending platform io for users as it creates another layer to overcome.
A lot of people who do this project have never programmed an Arduino before, so it just seemed so much easier to not use it because of the configuration time and learning curve required.
I do use platformio for some other projects. So I am not against platform io. I glad you were able to resolve the issue.
Regards
Robert
Hi Robert,
I glad you are developed this project !
Regards,
Franck