now, include library no problem
Code: Select all
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Code: Select all
implementation 'com.github.espressif:esp-idf-provisioning-android:lib-2.0'
I have no idea how to declare the parameters and what to enter. In particular, I really don't know the parameters of "ransportType, SecurityType, BleScanListener".
What I want is to get AP information from a smartphone and deliver AP information to ESP32 through BLE.
Please help me...