6dc775b236
```bash for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done > /tmp/rewrite fdroid rewritemeta --to yml `cat /tmp/rewrite` for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done ```
30 lines
851 B
YAML
30 lines
851 B
YAML
Categories:
|
|
- Development
|
|
License: Apache-2.0
|
|
SourceCode: https://github.com/jeppsson/Arduino-Communicator
|
|
IssueTracker: https://github.com/jeppsson/Arduino-Communicator/issues
|
|
|
|
AutoName: Arduino Uno Communicator
|
|
Summary: Arduino Uno companion app
|
|
Description: |-
|
|
Very simple Android application for communicating with Arduino Uno (with
|
|
Atmega16U2 or Atmega8U2 programmed as a USB-to-serial converter) via a microUSB
|
|
OTG cable.
|
|
|
|
Please note that this app will not work with Arduino boards with the FTDI
|
|
USB-to-serial driver chip.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/jeppsson/Arduino-Communicator.git
|
|
|
|
Builds:
|
|
- versionName: '1.33'
|
|
versionCode: 5
|
|
commit: f39cb474d898bdcbfb509412848937ddb1c91b34
|
|
target: android-15
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '1.33'
|
|
CurrentVersionCode: 5
|