Hi!
I’m using CLion with the PlatformIO plugin.
I’m trying to write some code for Tasmota, but I noticed that all .ino files (xdrv_*.ino) are like the following image:
it seems that inspector doesn’t see the definition of USE_WEBSERVER (and likewise for any .ino files) although it’s defined in a header file called “my_user_config.h”.
What could be the problem?
Thank you.