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
parent c3e18905c1
commit 042ed39464

View File

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