src.nth.io/

summaryrefslogtreecommitdiff
path: root/esp-homekit-intercom.code-workspace
blob: 0d5d87d1a39f81ca2f7b6cfcc1afbef5566d6336 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
	"folders": [
		{
			"path": "."
		}
	],
	"settings": {
		"files.associations": {
			"stdio.h": "c",
			"hap.h": "c",
			"freertos.h": "c",
			"hap_apple_servs.h": "c",
			"app_hap_setup_payload.h": "c",
			"lock.h": "c",
			"task.h": "c"
		},
		"git.ignoreLimitWarning": true,
		"idf.port": "/dev/cu.usbserial-01D11E9B",
		"idf.flashType": "UART"
	}
}