-
Notifications
You must be signed in to change notification settings - Fork 134
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels