Skip to content

Commit

Permalink
[wechat] adbout mqtt3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bringmehome committed Jan 19, 2017
1 parent 610bae0 commit af16f55
Show file tree
Hide file tree
Showing 32 changed files with 26,485 additions and 6 deletions.
2 changes: 2 additions & 0 deletions android/FogLibraryDemo/.idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

65 changes: 65 additions & 0 deletions android/FogLibraryDemo/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions android/FogLibraryDemo/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions android/FogLibraryDemo/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ dependencies {
compile 'com.android.support:design:23.2.1'
compile 'com.google.android.gms:play-services-appindexing:8.1.0'

// compile project(':Fog2_container:fog2_sdk')
compile 'io.fogcloud.sdk:fog2_sdk:0.1.1'
compile project(':Fog2_container:fog2_sdk')
// compile 'io.fogcloud.sdk:fog2_sdk:0.1.1'
}
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public void onClick(View v) {

String ssid = ssid_et.getText().toString().trim();
String password = password_et.getText().toString().trim();
micodev.startEasyLink(ssid, password, false, 40000, 20, "", "", new EasyLinkCallBack() {
micodev.startEasyLink(ssid, password, true, 40000, 20, "", "", new EasyLinkCallBack() {
@Override
public void onSuccess(int code,String message) {
Log.d(TAG, message);
Expand Down
6 changes: 3 additions & 3 deletions android/FogLibraryDemo/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include ':app'

//include ':Fog2_container'
//project(':Fog2_container').projectDir = new File('../../../../../develop/androids/Fog2_container/')
//include ':Fog2_container:fog2_sdk'
include ':Fog2_container'
project(':Fog2_container').projectDir = new File('../../../../../develop/androids/Fog2_container/')
include ':Fog2_container:fog2_sdk'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions wechat/test/css/bootstrap-theme.min.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions wechat/test/css/bootstrap.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit af16f55

Please sign in to comment.