Skip to content

Commit 042ed39

Browse files
Copilotnetmindz
andcommitted
Fix: Remove static keyword from getBootloaderSHA256Hex() to match declaration
Co-authored-by: netmindz <442066+netmindz@users.noreply.github.com>
1 parent c3e1890 commit 042ed39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wled00/wled_server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ static void calculateBootloaderSHA256() {
219219
}
220220

221221
// Get bootloader SHA256 as hex string
222-
static String getBootloaderSHA256Hex() {
222+
String getBootloaderSHA256Hex() {
223223
calculateBootloaderSHA256();
224224

225225
char hex[65];

0 commit comments

Comments
 (0)