Search found 3 matches

by wts1985
Tue Jul 27, 2021 3:46 am
Forum: General Discussion
Topic: Saving WiFi credentials in the EEPROM
Replies: 5
Views: 17476

Re: Saving WiFi credentials in the EEPROM

It has been a while for this topic, to benefit developers who have the same question, here are what need to be done for ESP32 to store last used Wi-Fi credentials automatically: Set CONFIG_ESP32_WIFI_NVS_ENABLED to y Call esp_wifi_set_storage(WIFI_STORAGE_FLASH) <-- this is actually default value, j...
by wts1985
Wed Jun 23, 2021 8:21 am
Forum: Sample Code
Topic: Full example of using libcurl with ESP32
Replies: 12
Views: 44050

Re: Full example of using libcurl with ESP32

I try compile the code at ESP_IDF v4.2 framework, but the command 'make' didn't work because this framework use the scripts idf.py to compile. is there update for this example? Best regards Hi, It has been a while so I don't know whether you have figured it out, I just post here for future referenc...
by wts1985
Wed Apr 07, 2021 9:58 am
Forum: ESP-IDF
Topic: ledc_set_duty_and_update requires ledc_fade_func_install
Replies: 1
Views: 2228

Re: ledc_set_duty_and_update requires ledc_fade_func_install

Thank you StevePeake, you saved the day.

I guess I will stay with thread "unsafe" code at the moment for cleaner code sake.