Skip to content

Commit bbd56c5

Browse files
wylderewyldere
authored andcommitted
Fix: define SIZE_2_8_ROUND_USB constant
Commit a3a375d (PR #995) referenced SIZE_2_8_ROUND_USB in five places in configure.py but never defined the constant, causing a NameError at import time. This adds the missing definition.
1 parent a3a375d commit bbd56c5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

configure.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
SIZE_8_8_INCH_NEWREV = "8.8\" / 9.2\" (V1.X new HW rev.)"
7979
SIZE_12_3_INCH = "12.3\""
8080
SIZE_2_8_INCH_NEWREV = "2.8\" round (V1.X new HW rev.)"
81+
SIZE_2_8_ROUND_USB = "2.8\" round (USB)"
8182

8283
# List of sizes that can be selected
8384
size_list = (

0 commit comments

Comments
 (0)