mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-08 14:34:06 -06:00
mcu: Fix reserve pin check
Fix typo causing conflict with mcu name and constant name. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
1856f95503
commit
84bae6ff41
2 changed files with 4 additions and 4 deletions
|
@ -54,7 +54,7 @@ min_temp: 0
|
|||
max_temp: 130
|
||||
|
||||
[temperature_fan test_max6675]
|
||||
pin: ar1
|
||||
pin: ar9
|
||||
min_temp: 0
|
||||
max_temp: 100
|
||||
control: watermark
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue