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

Changing MAX_TIME_INACTIVE #63

Open
GiPe66 opened this issue Dec 10, 2019 · 1 comment
Open

Changing MAX_TIME_INACTIVE #63

GiPe66 opened this issue Dec 10, 2019 · 1 comment

Comments

@GiPe66
Copy link

GiPe66 commented Dec 10, 2019

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

jeroenst pushed a commit to jeroenst/RemoteDebug that referenced this issue Mar 2, 2020
@jeroenst
Copy link
Contributor

jeroenst commented Mar 2, 2020

I implemented you CR in https://github.com/jeroenst/RemoteDebug

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

No branches or pull requests

2 participants