Skip to content

Commit

Permalink
added PA6 to standard pins
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Sep 2, 2024
1 parent 7e982fd commit f2feb19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esc_unlocker.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2feb19

Please sign in to comment.