Search found 3 matches
- Sat Jan 28, 2017 12:31 pm
- Forum: ESP-IDF
- Topic: nvs_get_str(my_handle, "server_name", NULL, &required_size);
- Replies: 4
- Views: 11706
Re: nvs_get_str(my_handle, "server_name", NULL, &required_size);
Thanks everyone for the help, it was this kind of information that I needed to realize how it works.
- Fri Jan 27, 2017 2:37 pm
- Forum: ESP-IDF
- Topic: nvs_get_str(my_handle, "server_name", NULL, &required_size);
- Replies: 4
- Views: 11706
Re: nvs_get_str(my_handle, "server_name", NULL, &required_size);
Is there any example regards this particular topic?
I'm starting with esp32, and is language.
I used to use "Arduino C", for arduino family. Now I'm trying too test the ESP32, but panic is my middle name..
Thanks
I'm starting with esp32, and is language.
I used to use "Arduino C", for arduino family. Now I'm trying too test the ESP32, but panic is my middle name..
Thanks
- Thu Jan 26, 2017 1:52 pm
- Forum: ESP-IDF
- Topic: nvs_get_str(my_handle, "server_name", NULL, &required_size);
- Replies: 4
- Views: 11706
nvs_get_str(my_handle, "server_name", NULL, &required_size);
I there, I have a problem with the "nvs.h" library. I can't understanding the mining of "my_hadle". I need to save two strings with 50 to 100 bytes each, and read them. I'm trying to understanding how... """ size_t required_size; nvs_get_str((my_handle, "server_name", NULL, &required_size); char* se...