Code: Select all
cordova plugin remove cordova-plugin-ble
cordova plugin add https://github.com/fredrikeldh/cordova-ble
Code: Select all
cordova plugin remove cordova-plugin-ble
cordova plugin add https://github.com/fredrikeldh/cordova-ble
Code: Select all
<script>
// Redirect console.log to Evothings Workbench.
if (window.hyper && window.hyper.log) { console.log = hyper.log }
</script>