Skip to content

Changing MAX_TIME_INACTIVE #63

@GiPe66

Description

@GiPe66

The session is automatically closed after 10 minutes and this a problem when debugging.

It should be nice to be able to redefine MAX_TIME_INACTIVE without editing RemoteDebugCfg.h

// Maximum time for inactivity (em milliseconds)
// Default: 10 minutes
// Comment it if you not want this
// Can be by project, just define it before include this file
#ifndef MAX_TIME_INACTIVE // To be added
#define MAX_TIME_INACTIVE 600000
#endif // to be added

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions