Skip to content

Commit

Permalink
Fix -dev tomls as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-Hartwig committed Jun 28, 2023
1 parent b79f7f7 commit 3ddc5db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/sidecar/rev-b-dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ address = 0b0100_011
device = "max31790"
name = "East"
description = "Fan 0/1 controller"
sensors = { speed = 4, names = [ "NE_fan1", "SE_fan1", "ENE_fan0", "ESE_fan0" ] }
sensors = { speed = 4, names = [ "SE_fan1", "NE_fan1", "ESE_fan0", "ENE_fan0" ] }
refdes = "U66"

[[config.i2c.devices]]
Expand Down Expand Up @@ -616,7 +616,7 @@ address = 0b0100_000
device = "max31790"
name = "West"
description = "Fan 2/3 controller"
sensors = { speed = 4, names = [ "WNW_fan3", "WSW_fan3", "NW_fan2", "SW_fan2", ] }
sensors = { speed = 4, names = [ "WSW_fan3", "WNW_fan3", "SW_fan2", "NW_fan2", ] }
refdes = "U78"

[[config.i2c.devices]]
Expand Down
4 changes: 2 additions & 2 deletions app/sidecar/rev-c-dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ address = 0b0100_011
device = "max31790"
name = "East"
description = "Fan 0/1 controller"
sensors = { speed = 4, names = [ "NE_fan1", "SE_fan1", "ENE_fan0", "ESE_fan0" ] }
sensors = { speed = 4, names = [ "SE_fan1", "NE_fan1", "ESE_fan0", "ENE_fan0" ] }
refdes = "U66"

[[config.i2c.devices]]
Expand Down Expand Up @@ -616,7 +616,7 @@ address = 0b0100_000
device = "max31790"
name = "West"
description = "Fan 2/3 controller"
sensors = { speed = 4, names = [ "WNW_fan3", "WSW_fan3", "NW_fan2", "SW_fan2", ] }
sensors = { speed = 4, names = [ "WSW_fan3", "WNW_fan3", "SW_fan2", "NW_fan2", ] }
refdes = "U78"

[[config.i2c.devices]]
Expand Down

0 comments on commit 3ddc5db

Please sign in to comment.