minor fix

This commit is contained in:
J.Schröder 2025-03-05 18:03:31 +01:00 committed by Thomas Göttgens
parent 1fe2410ca7
commit 1558b2edf2

View File

@ -732,6 +732,7 @@ void NodeDB::installDefaultModuleConfig()
moduleConfig.has_fish_eye_state_routing = true;
moduleConfig.fish_eye_state_routing.enabled = true;
config.network.routingAlgorithm = meshtastic_Config_RoutingConfig_FishEyeState;
moduleConfig.has_detection_sensor = true;
moduleConfig.detection_sensor.enabled = false;