prolly dead thread but just in case anyone needs the solution:
here is a repository that contains station mode, AP mode and station + AP mode. just to make life easier:
https://github.com/dahmadjid/esp32-idf- ... wifi_utils
Search found 2 matches
- Wed Jul 06, 2022 1:44 am
- Forum: ESP-IDF
- Topic: ESP IDF: Station + soft-AP (WIFI_MODE_APSTA) There is no working example - why? Where is?
- Replies: 41
- Views: 74769
- Wed Apr 06, 2022 12:31 am
- Forum: ESP-IDF
- Topic: linker cannot find external library
- Replies: 0
- Views: 1478
linker cannot find external library
I am trying to use the jsoncpp library (https://github.com/open-source-parsers/jsoncpp) I have followed the example found in https://github.com/espressif/esp-idf/tree/master/examples/build_system/cmake/import_lib to add third party libraries. I have edited my CMakeLists.txt in the same way and made ...