And the enable

This commit is contained in:
Jonathan Bennett
2025-12-29 09:43:02 -06:00
parent 1cef1094a0
commit d44c3a8e1a

View File

@@ -245,7 +245,9 @@ void setupModules()
#if ARCH_PORTDUINO
new HostMetricsModule();
#if SFPP_ENABLED
new StoreForwardPlusPlusModule();
if (portduino_config.sfpp_enabled) {
new StoreForwardPlusPlusModule();
}
#endif
#endif
#if HAS_TELEMETRY