Build tryfix next

This commit is contained in:
Jonathan Bennett
2025-12-21 19:56:53 -06:00
parent ffdb3bc393
commit 4d48d517e0
2 changed files with 3 additions and 0 deletions

View File

@@ -244,8 +244,10 @@ void setupModules()
#endif
#if ARCH_PORTDUINO
new HostMetricsModule();
#if SFPP_ENABLED
new StoreForwardPlusPlusModule();
#endif
#endif
#if HAS_TELEMETRY
new DeviceTelemetryModule();
#endif