Fix: Remove static keyword from getBootloaderSHA256Hex() to match declaration

Co-authored-by: netmindz <442066+netmindz@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-10-05 14:57:24 +00:00
committed by Will Tatam
parent 94bea4405a
commit ffc7b66c20

View File

@@ -223,7 +223,7 @@ static void calculateBootloaderSHA256() {
}
// Get bootloader SHA256 as hex string
static String getBootloaderSHA256Hex() {
String getBootloaderSHA256Hex() {
calculateBootloaderSHA256();
char hex[65];