From f79dcc726ab20607355a1c87db4244d9bea2a44e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 5 Sep 2024 22:33:42 +1000 Subject: [PATCH] added PA0 --- esc_unlocker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esc_unlocker.py b/esc_unlocker.py index a1a1213..cee0efe 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","PA6","PB4","PA15"] +PIN_LIST = ["PA0","PA2","PA6","PB4","PA15"] import tkinter as tk from tkinter import ttk, scrolledtext, filedialog