diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-03-27 15:16:39 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-03-27 15:16:39 +0200 |
| commit | 84d06b05bb02a35bde4507832ad850ac3183dfe6 (patch) | |
| tree | 3ca88b66495848f90821616a082f700e9132a273 /Software/Embedded_SW/Embedded/Embedded.cfg | |
| parent | aa41735a62ec39e33c7cbed34dc2f0d1c80910d6 (diff) | |
| download | Tango-84d06b05bb02a35bde4507832ad850ac3183dfe6.tar.gz Tango-84d06b05bb02a35bde4507832ad850ac3183dfe6.zip | |
Version 1.3.8.12 printing function calls with segments info. ids - no valves. improved winding. dispensers pressure build on startup. try not to touch valves during job
Diffstat (limited to 'Software/Embedded_SW/Embedded/Embedded.cfg')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Embedded.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Embedded_SW/Embedded/Embedded.cfg b/Software/Embedded_SW/Embedded/Embedded.cfg index 10cc8c75d..cf1e9920c 100644 --- a/Software/Embedded_SW/Embedded/Embedded.cfg +++ b/Software/Embedded_SW/Embedded/Embedded.cfg @@ -158,7 +158,7 @@ Program.global.HeatersControl = Task.create("&HeatersControlTask", HeaterControl var CommRxTaskParams = new Task.Params(); CommRxTaskParams.instance.name = "communicationRx"; -CommRxTaskParams.priority = 6; +CommRxTaskParams.priority = 9; CommRxTaskParams.stackSize = 8192; Program.global.communication = Task.create("&communicationTask", CommRxTaskParams); @@ -188,7 +188,7 @@ Program.global.adcProcess = Task.create("&ADCProcessTask", ADCProcessTaskParams) var ReportTaskParams = new Task.Params(); ReportTaskParams.instance.name = "report"; -ReportTaskParams.priority = 3; +ReportTaskParams.priority = 7; Program.global.report = Task.create("&reportService", ReportTaskParams); var updateTaskParams = new Task.Params(); |
