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.
Search found 2 matches
- 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: 2
- Views: 1738
- Mon Jul 22, 2019 3:04 pm
- Forum: ESP-IDF
- Topic: 【resolve】 How to link static libraries of third parties
- Replies: 0
- Views: 2002
【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...