From f2feb199b13274059fe51d68c33eac3c860a5e69 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 2 Sep 2024 10:29:35 +1000 Subject: [PATCH] added PA6 to standard pins --- esc_unlocker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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