diff --git a/esc_unlocker.py b/esc_unlocker.py index 81ce740..a1a1213 100755 --- a/esc_unlocker.py +++ b/esc_unlocker.py @@ -5,7 +5,7 @@ PROBE_LIST = ["ST Link", "JLink", "CMSIS-DAP"] MCU_LIST = ["F031", "F051", "G071", "G071_64K", "L431", "E230", "F415", "F421"] -PIN_LIST = ["PA2", "PB4","PA15"] +PIN_LIST = ["PA2","PA6","PB4","PA15"] import tkinter as tk from tkinter import ttk, scrolledtext, filedialog