Skip to content

Commit

Permalink
Fix resistor value
Browse files Browse the repository at this point in the history
  • Loading branch information
flxkrmr committed Jan 27, 2023
1 parent c70c095 commit 22f460d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pcb/EEC-IV-Reader.kicad_sch
Original file line number Diff line number Diff line change
Expand Up @@ -3110,7 +3110,7 @@
(property "Reference" "R?" (id 0) (at 139.7 82.5499 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "2k1" (id 1) (at 139.7 85.0899 0)
(property "Value" "21k" (id 1) (at 139.7 85.0899 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" (id 2) (at 136.017 83.82 90)
Expand Down Expand Up @@ -3391,7 +3391,7 @@
(reference "R?") (unit 1) (value "4k7") (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal")
)
(path "/28522c6a-4bdf-4beb-8332-a8473ca70f3d"
(reference "R?") (unit 1) (value "2k1") (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal")
(reference "R?") (unit 1) (value "21k") (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal")
)
(path "/00000000-0000-0000-0000-0000624fafbd"
(reference "SW1") (unit 1) (value "BTN_UP") (footprint "Button_Switch_THT:SW_PUSH_6mm_H4.3mm")
Expand Down

0 comments on commit 22f460d

Please sign in to comment.