Menu

error: 'WebServer' does not name a type

2021-02-19
2021-02-20
  • Franck RONDOT

    Franck RONDOT - 2021-02-19

    Hello,

    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

     
  • Franck RONDOT

    Franck RONDOT - 2021-02-20

    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 !

     
  • brownrb

    brownrb - 2021-02-20

    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

     
  • Franck RONDOT

    Franck RONDOT - 2021-02-20

    Hi Robert,
    I glad you are developed this project !
    Regards,
    Franck

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.