Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove residual code for mesh_sds_timeout_secs #2821

Merged
merged 3 commits into from
Sep 24, 2023

Conversation

andrekir
Copy link
Member

    if (config.power.sds_secs != UINT32_MAX)
        powerFSM.add_timed_transition(lowPowerState, &stateSDS, getConfiguredOrDefaultMs(config.power.sds_secs), NULL,
                                      "mesh timeout");

was originally:

firmware/src/PowerFSM.cpp

Lines 358 to 359 in 9481461

if (meshSds != UINT32_MAX)
powerFSM.add_timed_transition(lowPowerState, &stateSDS, meshSds * 1000, NULL, "mesh timeout");

@thebentern thebentern merged commit 350090e into meshtastic:master Sep 24, 2023
0 of 2 checks passed
@andrekir andrekir deleted the mesh_sds_cleanup branch September 28, 2023 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants