jasaw

Results 13 issues of jasaw

First of all, I apologize if I missed this info in the documentation. I have a use case where I want my code-generator program to be compiled slightly differently for...

type: support / not a bug (process)
team-Configurability
untriaged

It would be good if the logger module provides an option to log to stderr or a file.

If a Bluetooth LE connection is established while the connect timeout is triggering, flutter_blue will think that the connect call has timed out and failed but the Android OS still...

PR #599 delays `centralManager` initialization, but instantiating `FlutterBlue` in flutter calls into `_setLogLevelIfAvailable()` which calls into `isAvailable` and triggers a popup anyway. This PR skips `isAvailable` call in the `FlutterBlue`...

This digital counter readout project is missing the `requirements.txt` file. The [neural-network-analog-needle-readout](https://github.com/jomjol/neural-network-analog-needle-readout) has a `requirements.txt` file, so probably more helpful if either copy the file over here or link it...

### The Feature The wifi password is stored as clear text on the microSD card and AI-on-the-edge devices are typically installed outside the house where someone can easily steal the...

enhancement
won't do

Add support for OV5640 5MP camera. The camera has a resolution of 2560 x 1920 but the output will be scaled down to the configured resolution e.g. 640 x 480....

Addresses issue #934

### Requirements - [X] I've looked at the README 'Common Problems' section ### Have you checked this problem on the example app? No ### FlutterBluePlus Version 1.32.8 ### Flutter Version...

help

When tapping on bar graph rapidly, there is a race condition between bar selection and graph rendering, causing null exceptions at various places. This is one of the exceptions: ```...