Allow on-demand file loading and unloading.

This commit is contained in:
2019-09-10 21:42:04 +01:00
parent 3cc7032cf4
commit 4dac7dd014
3 changed files with 161 additions and 64 deletions

View File

@@ -35,5 +35,6 @@ extern std::string hidDev;
# define HID_DEV hidDev.c_str()
# define DEBUG_STREAMS "/sdcard/log"
# define HID_SOCKET
# define MANUAL_LIFETIME
// #define DEBUG_MSGS
#endif