Przeglądaj źródła

Change barcorde width from 2 to 3

Phlippe Moneda 8 lat temu
rodzic
commit
3c98c6245c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      twooffive/encoder.go

+ 1 - 1
twooffive/encoder.go

@@ -45,7 +45,7 @@ var (
 			start: []bool{true, false, true, false},
 			start: []bool{true, false, true, false},
 			end:   []bool{true, true, false, true},
 			end:   []bool{true, true, false, true},
 			widths: map[bool]int{
 			widths: map[bool]int{
-				true:  2,
+				true:  3,
 				false: 1,
 				false: 1,
 			},
 			},
 		},
 		},