basic support for firmware metadata (upstream 0.15 backport)

This commit is contained in:
Frank
2026-03-10 17:42:18 +01:00
parent 427dc96239
commit a906432feb
7 changed files with 73 additions and 10 deletions

View File

@@ -9,8 +9,6 @@
#pragma once
#if 0 // WLEDMM not needed - we only want getBootloaderSHA256Hex();
// Platform-specific metadata locations
#ifdef ESP32
#define BUILD_METADATA_SECTION ".rodata_custom_desc"
@@ -18,6 +16,7 @@
#define BUILD_METADATA_SECTION ".ver_number"
#endif
#if 0 // WLEDMM not needed - we only want getBootloaderSHA256Hex();
class AsyncWebServerRequest;