mirror of
https://github.com/furrtek/PrecIR.git
synced 2026-08-29 07:38:36 +00:00
PriceHax app
ESL Blaster FW V3 Updated setsegs to support new tx.py
This commit is contained in:
@@ -67,8 +67,8 @@ if (port == "0"):
|
||||
blaster_info = tx.search_esl_blaster()
|
||||
if blaster_info[0] == False:
|
||||
exit()
|
||||
if blaster_info[2] == 1:
|
||||
pp16 = 1 # ESL Blaster FW V2 is PP16 compatible
|
||||
if blaster_info[2] >= 2:
|
||||
pp16 = 1 # ESL Blaster FW V2 and above is PP16 compatible
|
||||
|
||||
# Open image file
|
||||
image = imread(sys.argv[2])
|
||||
|
||||
Reference in New Issue
Block a user