Skip to content

swissglider/ESP8266-Wetterstation1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP8266-Wetterstation1

Wetterstation1

Author: ==> swissglider

Needed libraries:

Additional informations:

How to switch from ino to cpp

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
}

See PlatformIO IDE for Atom

Releases

No releases published

Packages

No packages published

Languages