Skip to content

Commit b81ee36

Browse files
committed
little readme change commit
1 parent 6a66123 commit b81ee36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# cordova-plugin-smartconfig
2+
23
A cordova plugin for Expressif Esptouch protocol which is used to smartconfig esp8266 & ESP32
34
# Install
5+
46
cordova plugin add https://github.com/IOCare/cordova-plugin-smartconfig.git
57

68
# Usage
@@ -38,4 +40,4 @@ You must call "espSmartconfig.stopConfig" when you want to stop the config,if no
3840
"esptouchPlugin.smartConfig" the other time.
3941

4042

41-
iOS emulator does not support the SmartConfig feature
43+
iOS emulator does not support the SmartConfig feature.

src/android/espSmartconfig.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,4 @@ public void onEsptouchResultAdded(final IEsptouchResult result) {
108108
//receivingCallbackContext.sendPluginResult(pluginResult); //modified by lianghuiyuan
109109
}
110110
};
111-
112-
113111
}

0 commit comments

Comments
 (0)