Mixiaoxiao (Wang Bin)

Results 27 comments of Mixiaoxiao (Wang Bin)

Use `ESPButton.add(id, pin, pin_down_digital);` to add all your buttons and give them different `id`. (You can use the `pin` number as its `id`simply) When one of your buttons is clicked,...

经测试,在安卓4.1和5.1系统中没有问题。 WebView设置如下: `WebSettings settings = webView.getSettings(); settings.setJavaScriptEnabled(true); settings.setSupportMultipleWindows(true); settings.setSupportZoom(true); settings.setBuiltInZoomControls(true); settings.setDisplayZoomControls(false);// settings.setGeolocationEnabled(true); settings.setJavaScriptCanOpenWindowsAutomatically(true); settings.setSupportMultipleWindows(true); settings.setAppCacheEnabled(true); settings.setDomStorageEnabled(true); settings.setUseWideViewPort(true); settings.setLoadWithOverviewMode(true); settings.setCacheMode(WebSettings.LOAD_DEFAULT); webView.loadUrl("https://news.baidu.com/news");`

It is really strange. Full logs will help maybe (in a txt file, keeping DEBUG log disabled is enough).

I can't make '...1_2.log' and '...3_3.log' happen on my devices. The '...loop.log' is caused by 'Setup Step 2/3' is too slow that iOS disconnects by timeout, but it happens rarely...

Gen the accessory name with MAC or chip-id.

Sorry, no time to maintain. I think current version is stable enough.

Same as [esp-homekit](https://github.com/maximkulkin/esp-homekit)

category一般取 xxxx_others即可

Your iPhone and ESP are in same WiFi? (both in 2.4G?)