mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-30 14:40:40 +00:00
And the enable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user