Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 904 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 904 Bytes

EspBlufiForAndroid

This is a demo app to control the ESP device which run BluFi

Lib Source Code

How to Import

  • Add this in your root build.gradle at the end of repositories:
    allprojects {
        repositories {
            ...
            maven { url 'https://jitpack.io' }
        }
    }
    
  • And add a dependency code to your app module's build.gradle file.
    implementation 'com.github.EspressifApp:lib-blufi-android:2.3.7'
    

ESPRSSIF MIT License

Development Documents

Release APKS

Update Log