🖨️ Adds printing of feature flags

This commit is contained in:
Rune Harlyk
2025-03-23 16:27:56 +01:00
parent ad2d28c9ba
commit f864616303
6 changed files with 64 additions and 12 deletions
+3
View File
@@ -12,6 +12,9 @@ Spot::Spot()
void Spot::initialize() {
ESP_LOGI(TAG, "Running Firmware Version: %s", APP_VERSION);
feature_service::printFeatureConfiguration();
ESPFS.begin(true);
g_taskManager.begin();
#if FT_ENABLED(USE_WS2812)