mgurzixo
mgurzixo
This is a duplicate of [Optiboot issue #334](https://github.com/Optiboot/optiboot/issues/334). I do not know which repository is the best for this discussion... When connecting an Arduino pro mini to an HC-05, I...
### Platforms affected Android ### Motivation and Context On Android, the plugin used a Sensor.TYPE_ORIENTATION which is [deprecated](https://developer.android.com/guide/topics/sensors/sensors_position). This sensor was more and more https://github.com/apache/cordova-plugin-device-orientation/issues/64 in new devices. So now...
Hello, In my `tileLoad` function, I want to fill my `imageTile` with an already existing bitmap: `imageTile.setImage(bitmap);` Unfortunately, I get after returning an exception as the function `imageTile/load()` just tries...