commenting out test data
This commit is contained in:
parent
f548559a23
commit
d33c7505d2
1 changed files with 2 additions and 2 deletions
|
|
@ -41,10 +41,10 @@ export function BuildNodeData(cables: CableData[]): NodeData[] {
|
||||||
let t = celcius
|
let t = celcius
|
||||||
//this is for testing to force a single node to a specific temp
|
//this is for testing to force a single node to a specific temp
|
||||||
// if (i === 0) {
|
// if (i === 0) {
|
||||||
// t = 30
|
// t = -10
|
||||||
// }
|
// }
|
||||||
// if (i === 1) {
|
// if (i === 1) {
|
||||||
// t = -30
|
// t = 30
|
||||||
// }
|
// }
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue