device-envoy 0.0.3-alpha.0

Build Pico applications with LED panels, easy Wi-Fi, and composable device abstractions
{
	"folders": [
		{
			"path": "."
		},
		{
			"path": "../device-envoy-blinky"
		}
	],
	"settings": {
		"rust-analyzer.cargo.allTargets": false,
		"rust-analyzer.cargo.features": [
			"wifi"
		],
		"rust-analyzer.check.overrideCommand": [
			"cargo",
			"check",
			"--package",
			"serials",
			"--features",
			"wifi",
			"--target",
			"thumbv6m-none-eabi"
		],
		"terminal.integrated.shellIntegration.enabled": true
	}
}