Search found 1 match
- Wed Jun 17, 2020 3:08 am
- Forum: General Discussion
- Topic: I want to try "Provisioning" with "esp32" and "android", can you help me?
- Replies: 0
- Views: 1527
I want to try "Provisioning" with "esp32" and "android", can you help me?
https://github.com/espressif/esp-idf-provisioning-android now, include library no problem allprojects { repositories { ... maven { url 'https://jitpack.io' } } } implementation 'com.github.espressif:esp-idf-provisioning-android:lib-2.0' but, I don't know how to use "ESPProvisionManager", "espDevice...