Search found 3 matches

by bwywb00
Tue Mar 10, 2020 8:34 am
Forum: ESP-IDF
Topic: `example/provisioning/manager`, no Internet connection error
Replies: 1
Views: 3230

`example/provisioning/manager`, no Internet connection error

:D Hi, guys. I'm trying to test wifi-provisioning with esp-idf/example/provisioning/manager project. Esp-idf versions are [v4.0, release/v4.0, release/v4.1]. What I changed in this source code is //app_main.c ... wifi_prov_mgr_config_t config = { .scheme = wifi_prov_scheme_softap, .scheme_event_hand...
by bwywb00
Sun Mar 08, 2020 12:25 pm
Forum: ESP-IDF
Topic: How can I solve `Not using an unsupported version of ...` warnings?
Replies: 4
Views: 6873

Re: How can I solve `Not using an unsupported version of ...` warnings?

I would not suggest placing "export.sh" into your .profile script. The better option is to add an alias as explained here: https://esp32.com/viewtopic.php?f=13&t=14538&p=56391#p56391 Thanks ESP_igrr :D alias get_idf='. $Home/esp/esp-idf/export.sh' Need one space between . and $Home Works for me! I ...
by bwywb00
Fri Mar 06, 2020 12:30 pm
Forum: ESP-IDF
Topic: How can I solve `Not using an unsupported version of ...` warnings?
Replies: 4
Views: 6873

How can I solve `Not using an unsupported version of ...` warnings?

Hello, I need your help for solving `Not using an unsupported version of..` warning!! I'm using eclipse with ubuntu 16.04. I followed the 'esp-idf' official document in setting up the environment variables. And I copy and paste below code into '~/.profile'. . $HOME/esp/esp-idf/export.sh When I start...