Answers checklist. I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there. I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there. I have s...
int wifiType = 1; // 0:Station 1:AP //AP mode configuration //Default is arducam_esp8266.If you want,you can change the AP_aaid to your favorite name const char *AP_ssid = "arducam_esp8266"; //Default is no password.If you want to set password,put your password here const ...
I managed to communicate with the board and had the LEDS flashing. As I was trying to install FreeRTOS, due to the code size restriction, I uninstalled the CCS free version and installed the 30 days CCS 4.2.4.0033 Platinum edition. But now when I am trying to communicate with the board...