Fix: Remove static keyword from getBootloaderSHA256Hex() to match declaration
Co-authored-by: netmindz <442066+netmindz@users.noreply.github.com>
This commit is contained in:
@@ -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];
|
||||||
|
|||||||
Reference in New Issue
Block a user