We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a46a76 commit dc53a02Copy full SHA for dc53a02
app/src/main/java/com/samsung/microbit/ui/activity/ProjectActivity.java
@@ -1481,7 +1481,6 @@ private void startDFUFlash() {
1481
.setZip( getCachePathAppZip());
1482
1483
// https://github.com/microbit-foundation/microbit-android/issues/82
1484
- // ? if ( Build.HARDWARE.equals("ums512_1h10")) {
1485
if ( Build.MANUFACTURER.toLowerCase().contains("lenovo")
1486
&& Build.DEVICE.toLowerCase().contains("tb328")) {
1487
// Tested with Lenovo M10 TB328FU with Android 12 - returns mtu 247, but DFU fails
0 commit comments