ESP8266 Treppenlichtsteuerung mit OTA zum Firmware Upload
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.

settings.json 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "files.associations": {
  3. "random": "cpp",
  4. "array": "cpp",
  5. "*.tcc": "cpp",
  6. "deque": "cpp",
  7. "list": "cpp",
  8. "string": "cpp",
  9. "unordered_map": "cpp",
  10. "vector": "cpp",
  11. "string_view": "cpp",
  12. "memory": "cpp",
  13. "ranges": "cpp",
  14. "initializer_list": "cpp",
  15. "utility": "cpp",
  16. "atomic": "cpp",
  17. "bit": "cpp",
  18. "cctype": "cpp",
  19. "clocale": "cpp",
  20. "cmath": "cpp",
  21. "compare": "cpp",
  22. "concepts": "cpp",
  23. "cstdarg": "cpp",
  24. "cstddef": "cpp",
  25. "cstdint": "cpp",
  26. "cstdio": "cpp",
  27. "cstdlib": "cpp",
  28. "cstring": "cpp",
  29. "cwchar": "cpp",
  30. "cwctype": "cpp",
  31. "map": "cpp",
  32. "set": "cpp",
  33. "exception": "cpp",
  34. "algorithm": "cpp",
  35. "functional": "cpp",
  36. "iterator": "cpp",
  37. "memory_resource": "cpp",
  38. "numeric": "cpp",
  39. "optional": "cpp",
  40. "system_error": "cpp",
  41. "tuple": "cpp",
  42. "type_traits": "cpp",
  43. "iosfwd": "cpp",
  44. "limits": "cpp",
  45. "new": "cpp",
  46. "ostream": "cpp",
  47. "stdexcept": "cpp",
  48. "streambuf": "cpp",
  49. "cinttypes": "cpp",
  50. "typeinfo": "cpp"
  51. },
  52. "python.pythonPath": "C:\\Users\\simon\\AppData\\Local\\Programs\\Python\\Python37\\python.exe",
  53. "idf.espIdfPathWin": "C:/Users/simon/esp-idf/",
  54. "idf.pythonBinPathWin": "C:/Users/simon/.espressif/python_env/idf4.3_py3.8_env/Scripts/python.exe",
  55. "idf.customExtraPaths": "C:\\Users\\simon\\.espressif\\tools\\xtensa-esp32-elf\\esp-2020r3-8.4.0\\xtensa-esp32-elf\\bin;C:\\Users\\simon\\.espressif\\tools\\xtensa-esp32s2-elf\\esp-2020r3-8.4.0\\xtensa-esp32s2-elf\\bin;C:\\Users\\simon\\.espressif\\tools\\xtensa-esp32s3-elf\\esp-2020r3-8.4.0\\xtensa-esp32s3-elf\\bin;C:\\Users\\simon\\.espressif\\tools\\riscv32-esp-elf\\1.24.0.123_64eb9ff-8.4.0\\riscv32-esp-elf\\bin;C:\\Users\\simon\\.espressif\\tools\\esp32ulp-elf\\2.28.51-esp-20191205\\esp32ulp-elf-binutils\\bin;C:\\Users\\simon\\.espressif\\tools\\esp32s2ulp-elf\\2.28.51-esp-20191205\\esp32s2ulp-elf-binutils\\bin;C:\\Users\\simon\\.espressif\\tools\\cmake\\3.16.4\\bin;C:\\Users\\simon\\.espressif\\tools\\openocd-esp32\\v0.10.0-esp32-20210401\\openocd-esp32\\bin;C:\\Users\\simon\\.espressif\\tools\\ninja\\1.10.2;C:\\Users\\simon\\.espressif\\tools\\idf-exe\\1.0.1;C:\\Users\\simon\\.espressif\\tools\\ccache\\3.7;C:\\Users\\simon\\.espressif\\tools\\dfu-util\\0.9\\dfu-util-0.9-win64;C:\\Users\\simon\\.espressif\\tools\\idf-python-wheels\\idf4.3_py3.9_2021-01-07",
  56. "idf.customExtraVars": "{\"OPENOCD_SCRIPTS\":\"C:\\\\Users\\\\simon\\\\.espressif\\\\tools\\\\openocd-esp32\\\\v0.10.0-esp32-20210401/openocd-esp32/share/openocd/scripts\",\"IDF_CCACHE_ENABLE\":\"1\"}"
  57. }