ArduCAM_ESP32S_UNO_PSRAM icon indicating copy to clipboard operation
ArduCAM_ESP32S_UNO_PSRAM copied to clipboard

One instruction missing from your example to enable wifi connection

Open spinoza1791 opened this issue 4 years ago • 0 comments

One instruction missing. Here is the default line from example face recognition:

uint8_t wifi_mode = 0; //1:station mode, 0:access point mode

In your instructions, make sure to ask user to change mode to 1, like this:

uint8_t wifi_mode = 1; //1:station mode, 0:access point mode

spinoza1791 avatar Aug 06 '20 00:08 spinoza1791