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 379B

1234567891011121314151617
  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. }
  17. }