loboris / ESP32_TFT_library

Full featured TFT library for ESP32 with demo application
553 stars 219 forks source link

WiFi Initialization Fails. Doesn't connect. #18

Closed tkamaal closed 6 years ago

tkamaal commented 6 years ago

I'm using ESP32_TFT_library on ESP32_Wrover_Kit V3. I was able to Demo TFT Display functionality on the LCD without using WiFi. As a part of next step, I wanted to use WiFi so I followed the steps provided in README and made modifications using make menuconfig. I have provided WiFi SSID and WiFi Password.

I get the following error upon flashing the code.

W (2855) wifi : wifi nvs_open fail ret = 4353 E (2857) wifi : wifi_init 1410 ret = 4353 ESP_ERROR_CHECK failed : esp_err_t 0x1101 at 0x4014bde

CPU halted.

By going through the source code, I wasn't able to figure out what the error code meant. I looked into the following files esp_err.h and esp_wifi.h.

tkamaal commented 6 years ago

esp_wifi_error_image

I have highlighted the error message.

loboris commented 6 years ago

Sorry for the bug, it is fixed now. Thank you for reporting.

tkamaal commented 6 years ago

Thank you @loboris