Search found 2 matches
- Fri Aug 25, 2017 6:31 pm
- Forum: General Discussion
- Topic: Timeout with improper wifi credentials
- Replies: 2
- Views: 5624
Timeout with improper wifi credentials
Hello all, I have run into a very interesting issue that I need to resolve. I am still trying to come up to speed on the ESP32 API and FreeRTOS, so my apologies, and please bare with me. I am trying to set up the some functionality using the blufi example, and I have found an issue that I am still t...
- Fri Aug 25, 2017 5:43 pm
- Forum: General Discussion
- Topic: Using Blufi feature
- Replies: 3
- Views: 7343
Re: Using Blufi feature
I found an even easier way to do it in the current example. All you need to do is find the initialize_wifi function, and change the esp_wifi_set_storage(WIFI_STORAGE_RAM) to WIFI_STORAGE_FLASH. This will save the wifi credentials you pass over Bluetooth into the flash memory instead of RAM, and when...