Skip to content

Commit 014d5c7

Browse files
authored
Update README.md
1 parent b21d59d commit 014d5c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,5 @@ with open(input_file, "rb") as bin_file, open(output_file, "w") as header_file:
101101
print(f"Binary file converted to C++ array in {output_file}.")
102102
```
103103
By default, all files are located in your current directory but you can change them as you need.
104+
105+
A RIDcontents.csv file is needed as it is provided in the list of files. Remember that the number of RIDs must match the sum of RIDs for components, sensors, and heaters. Description about the order of RIDs are provided in the ThermalControlAlgorithm.cpp above GetRIDData() function.

0 commit comments

Comments
 (0)