Skip to content

Commit 783ccf9

Browse files
committed
fixed another issue in pre_set_text
1 parent 19dadd2 commit 783ccf9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Schematic.kicad_sch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2708,7 +2708,7 @@
27082708
)
27092709
(text_box "Estimated specs for unidentified / custom parts:\n- F1: ~5 A\n- D4: ~500 mA x 600 V\n- R9: ~13.7 mΩ (110 mV @ 8.04 A)\n- TR1: ~1 : 19 turns ratio, 3.54 μH : 1.45 mH\n\nSee \"Supporting Docs\\Measurements.xlsx\" for details"
27102710
(exclude_from_sim no)
2711-
(at 190.5 118.745 0)
2711+
(at 190.5 118.11 0)
27122712
(size 63.5 31.115)
27132713
(margins 2 2 2 2)
27142714
(stroke

kibot_yaml/kibot_pre_set_text_variables.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ preflight:
4747
command: '@GET_BODY_CMD@ 1.0.1'
4848

4949
- variable: '@RELEASE_TITLE_VAR@1.0.2'
50-
command: '@GET_TITLE_CMD@ 1.0.2'
50+
command: '@GET_TITLE_CMD@ 1.0.2'
5151
- variable: '@RELEASE_BODY_VAR@1.0.2'
52-
command: '@GET_BODY_CMD@ 1.0.2'
52+
command: '@GET_BODY_CMD@ 1.0.2'
5353
#
5454
#- variable: '@RELEASE_TITLE_VAR@1.1.0'
5555
# command: '@GET_TITLE_CMD@ 1.1.0'

0 commit comments

Comments
 (0)