Fix incorrect paths for debug files.

This commit is contained in:
2019-09-10 10:31:06 +01:00
parent 1497e620c1
commit c14c6d0f0d
2 changed files with 7 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
# define STORAGE_PREFIX "/sdcard/U2F/"
extern std::string hidDev;
# define HID_DEV hidDev.c_str()
# define DEBUG_STREAMS "/sdcard/log/"
# define DEBUG_STREAMS "/sdcard/log"
# define HID_SOCKET
// #define DEBUG_MSGS
#endif