mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-20 16:56:17 +00:00
minor fix
This commit is contained in:
parent
1fe2410ca7
commit
1558b2edf2
@ -732,6 +732,7 @@ void NodeDB::installDefaultModuleConfig()
|
|||||||
|
|
||||||
moduleConfig.has_fish_eye_state_routing = true;
|
moduleConfig.has_fish_eye_state_routing = true;
|
||||||
moduleConfig.fish_eye_state_routing.enabled = true;
|
moduleConfig.fish_eye_state_routing.enabled = true;
|
||||||
|
config.network.routingAlgorithm = meshtastic_Config_RoutingConfig_FishEyeState;
|
||||||
|
|
||||||
moduleConfig.has_detection_sensor = true;
|
moduleConfig.has_detection_sensor = true;
|
||||||
moduleConfig.detection_sensor.enabled = false;
|
moduleConfig.detection_sensor.enabled = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user