mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
NANO: Disable WiFi debug flag which is not supported.
This commit is contained in:
parent
ea158be57a
commit
1c4a5dd96a
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user