Updated to continually check for the a valid USB connection on each press of the mircophone and also totally rewrote the send to Pico code as well to me more robust...

This commit is contained in:
2026-02-03 20:39:00 +11:00
parent 9f6d67a567
commit 75b63f91ea
2 changed files with 60 additions and 61 deletions

View File

@@ -21,8 +21,8 @@ android {
applicationId = "net.mmanningau.speechtokeyboard"
minSdk = 28
targetSdk = 36
versionCode = 13
versionName = "1.1.1"
versionCode = 14
versionName = "1.1.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}