Wetterstation1
Author: ==> swissglider
- WifiManager by tzapu
- ArduinoJson by Benoit Blanchon
- Adafruit DHT Unified by Adafruit Industries
- Grove_Barometer_HP20x by Seeed-Studio - Master
Open .gcc-flags.json
file from the Initialized/Imported project and add -x c++
flag at the beginning of the value of gccDefaultCppFlags
field:
{
"execPath": "...",
"gccDefaultCFlags": "...",
"gccDefaultCppFlags": "-x c++ -fsyntax-only ...",
"gccErrorLimit": 15,
"gccIncludePaths": "...",
"gccSuppressWarnings": false
}