NANO: Disable WiFi debug flag which is not supported.

This commit is contained in:
iabdalkader 2021-05-13 21:11:34 +02:00
parent ea158be57a
commit 1c4a5dd96a

View File

@ -56,7 +56,7 @@
#define OMV_ENABLE_OV5640_AF (0)
// Enable WiFi debug
#define OMV_ENABLE_WIFIDBG (1)
#define OMV_ENABLE_WIFIDBG (0)
// Enable self-tests on first boot
#define OMV_ENABLE_SELFTEST (0)