You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
687 B

6 years ago
  1. {
  2. "configurations": [
  3. {
  4. "name": "Linux",
  5. "includePath": [
  6. "/home/yigit/.arduino15/packages/esp8266/tools/**",
  7. "/home/yigit/.arduino15/packages/esp8266/hardware/esp8266/2.5.2/**",
  8. "/home/yigit/.arduino15/packages/esp8266/hardware/esp8266/2.5.2/cores/esp8266",
  9. "/home/yigit/.arduino15/packages/esp8266/hardware/esp8266/2.5.2/libraries/ESP8266WiFi/src"
  10. ],
  11. "forcedInclude": [],
  12. "intelliSenseMode": "gcc-x64",
  13. "compilerPath": "/usr/bin/gcc",
  14. "cStandard": "c11",
  15. "cppStandard": "c++17"
  16. }
  17. ],
  18. "version": 4
  19. }