PriceHax app

ESL Blaster FW V3
Updated setsegs to support new tx.py
This commit is contained in:
Furrtek
2023-08-06 16:41:37 +02:00
parent 7f0fcb4f27
commit c583ea40f8
171 changed files with 88879 additions and 12 deletions
+2 -2
View File
@@ -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])