78 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			78 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
| {
 | |
|     "projectName": "src",
 | |
|     "ota-password" : "homespan-ota",
 | |
|     "ota-host" : "homespan.local",
 | |
|     "ota-port" : "3232",
 | |
|     "arduino-esp32-version": "2.0.14",
 | |
|     "arduino-cli-location" : "%USERPROFILE%\\Documents\\arduino-cli\\arduino-cli.exe",
 | |
|     "arduino-cli-fqbn" : "esp32:esp32:esp32wrover",
 | |
|     "arduino-cli-compile-flags" : "-DADD_YOUR_COMPILE_FLAGS",
 | |
|     "arduino-cli-build-output" : "${workspaceFolder}\\build_output",
 | |
|     "arduino-esp32-include" : "Arduino15\\packages\\esp32\\hardware\\esp32\\${config:arduino-esp32-version}",
 | |
|     "esp-tool-location" : "%LOCALAPPDATA%\\Arduino15\\packages\\esp32\\tools\\esptool_py\\4.5.1\\esptool.exe",
 | |
|     "cpp-compiler-location" : "Arduino15\\packages\\esp32\\tools\\xtensa-esp32-elf-gcc\\esp-2021r2-patch5-8.4.0",
 | |
|     "C_Cpp.default.compilerPath": "%LOCALAPPDATA%\\Arduino15\\packages\\esp32\\tools\\xtensa-esp32-elf-gcc\\esp-2021r2-patch5-8.4.0\\bin\\xtensa-esp32-elf-g++",
 | |
|     "arduino.enableUSBDetection": true,
 | |
|     "arduino.disableTestingOpen": false,
 | |
|     "arduino.skipHeaderProvider": false,
 | |
|     "arduino.additionalUrls": [
 | |
|       "https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json"
 | |
|     ],
 | |
|     "idf.portWin": "COM3",
 | |
|     "idf.flashType": "UART",
 | |
|     "files.associations": {
 | |
|       "array": "cpp",
 | |
|       "atomic": "cpp",
 | |
|       "bit": "cpp",
 | |
|       "*.tcc": "cpp",
 | |
|       "string": "cpp",
 | |
|       "unordered_map": "cpp",
 | |
|       "algorithm": "cpp",
 | |
|       "functional": "cpp",
 | |
|       "memory": "cpp",
 | |
|       "memory_resource": "cpp",
 | |
|       "optional": "cpp",
 | |
|       "random": "cpp",
 | |
|       "system_error": "cpp",
 | |
|       "tuple": "cpp",
 | |
|       "type_traits": "cpp",
 | |
|       "cmath": "cpp",
 | |
|       "istream": "cpp",
 | |
|       "numeric": "cpp",
 | |
|       "ostream": "cpp",
 | |
|       "regex": "cpp",
 | |
|       "utility": "cpp",
 | |
|       "bitset": "cpp",
 | |
|       "cctype": "cpp",
 | |
|       "clocale": "cpp",
 | |
|       "compare": "cpp",
 | |
|       "concepts": "cpp",
 | |
|       "cstdarg": "cpp",
 | |
|       "cstddef": "cpp",
 | |
|       "cstdint": "cpp",
 | |
|       "cstdio": "cpp",
 | |
|       "cstdlib": "cpp",
 | |
|       "cstring": "cpp",
 | |
|       "ctime": "cpp",
 | |
|       "cwchar": "cpp",
 | |
|       "cwctype": "cpp",
 | |
|       "deque": "cpp",
 | |
|       "list": "cpp",
 | |
|       "map": "cpp",
 | |
|       "vector": "cpp",
 | |
|       "exception": "cpp",
 | |
|       "iterator": "cpp",
 | |
|       "string_view": "cpp",
 | |
|       "initializer_list": "cpp",
 | |
|       "iosfwd": "cpp",
 | |
|       "limits": "cpp",
 | |
|       "new": "cpp",
 | |
|       "ranges": "cpp",
 | |
|       "sstream": "cpp",
 | |
|       "stdexcept": "cpp",
 | |
|       "streambuf": "cpp",
 | |
|       "cinttypes": "cpp",
 | |
|       "typeinfo": "cpp"
 | |
|     },
 | |
|     "cmake.configureOnOpen": false
 | |
|   } |