JasonEdinburgh

Results 6 comments of JasonEdinburgh

This script doesn't appear to work. When I try to build I get this ![image](https://user-images.githubusercontent.com/5156571/119452607-d71fc800-bd36-11eb-8d9d-bfdcc6fb6b63.png) If I type "exit" then it says "Build complete" But it doesn't build. I think...

if I type ``` cd .. idf.py build ``` Then it compiles > Executing task: cmake -G Ninja .. < Setting IDF_PATH: C:\ESP\esp-idf Adding ESP-IDF tools to PATH... No directories...

@sonnny link http://sayaw.net/flutter/another_ble.html is broken

Thank you @sonnny But I need something that shows how to catch the exceptions that are thrown when calling peripheral.connect etc. My current code does this to initiate a connection...

Ran into this today. Eventually reverted to 3.2.0 as per this video (https://youtu.be/DqJ_KjFzL9I?t=299) I then found this github page. I encountered this issue on vscode, not intellij.

Yes but have encountered a succession of problems with this and other problems. My android/build.gradle now has dependencies { classpath 'com.android.tools.build:gradle:3.5.2' classpath 'com.google.gms:google-services:4.3.2' } This is with Android SDK 28....