Skip to content
Snippets Groups Projects
Commit 7bc00943 authored by Cyril Danilevski's avatar Cyril Danilevski :scooter:
Browse files

Specify all auto-on channels

parent 557475ec
No related branches found
No related tags found
1 merge request!3DEPFET Q2M1 Power Procedure
Pipeline #164891 passed
......@@ -7,8 +7,8 @@ PowerProcedure::PowerProcedure(const IPAddress& ipAddr)
stages = new Stage[stagesCount];
stages[0].name = "AON";
stages[0].size = 1;
stages[0].channels = new int[stages[0].size]{604};
stages[0].size = 4;
stages[0].channels = new int[stages[0].size]{604, 705, 706, 707};
stages[1].name = "ASICS";
stages[1].size = 9;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment