Search found 2 matches

by LanFly
Sun Aug 07, 2022 2:50 pm
Forum: ESP-IDF
Topic: How do I determine whether WIFI SSID and others config has been configured
Replies: 1
Views: 1060

How do I determine whether WIFI SSID and others config has been configured

I use the esp_wifi_get_config() function to read the configuration, but how do I determine whether the SSID has been configured ?

If not configured, I need to jump to the settings page.
by LanFly
Mon Jul 22, 2019 3:04 pm
Forum: ESP-IDF
Topic: 【resolve】 How to link static libraries of third parties
Replies: 0
Views: 1692

【resolve】 How to link static libraries of third parties

How to link a third party static libraries named libjerry-core.a ? ---------------------------------------------------------------------------------- my project: - components: - main: - deps: - jerryscript: ---------------------------------------------------------------------------------- and main/C...