-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathRun_esp_wrover_kit.xml
21 lines (21 loc) · 1016 Bytes
/
Run_esp_wrover_kit.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Run esp-wrover-kit" type="CargoCommandRunConfiguration" factoryName="Cargo Command">
<option name="command" value="run --release" />
<option name="workingDirectory" value="file://$PROJECT_DIR$" />
<option name="emulateTerminal" value="true" />
<option name="channel" value="DEFAULT" />
<option name="requiredFeatures" value="true" />
<option name="allFeatures" value="false" />
<option name="withSudo" value="false" />
<option name="buildTarget" value="REMOTE" />
<option name="backtrace" value="SHORT" />
<envs>
<env name="PATH" value="$PATH:$USER_HOME$/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch5-8_4_0/xtensa-esp32-elf/bin" />
</envs>
<option name="isRedirectInput" value="false" />
<option name="redirectInputPath" value="" />
<method v="2">
<option name="CARGO.BUILD_TASK_PROVIDER" enabled="true" />
</method>
</configuration>
</component>