Search found 2 matches

by FShiwani
Fri Jul 13, 2018 3:21 pm
Forum: ESP-IDF
Topic: Changing AP SSID/Pass after start up
Replies: 0
Views: 2287

Changing AP SSID/Pass after start up

Hey, I have a bit of an issue. I'm basically trying to create a function that will accept a new SSID and Password and will automatically update the configuration. Initially, the device will use a default SSID/Pass and purpose of this function is to make it easy to change the SSID/Pass. Setting the w...
by FShiwani
Mon Jul 09, 2018 6:04 pm
Forum: ESP-IDF
Topic: SPIFFS example error - "spiffs partition could not be found"
Replies: 1
Views: 5534

SPIFFS example error - "spiffs partition could not be found"

Hi, I'm trying to run the SPIFFS example (https://github.com/espressif/espidf/blob/master/examples/storage/spiffs/main/spiffs_example_main.c) However, I am getting the following error E (276) SPIFFS: spiffs partition could not be found E (276) example: Failed to find SPIFFS partition I've tried usin...