Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sh123 authored Oct 19, 2024
1 parent bcfe98b commit 1a64013
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ What you can do with this app:
- Fetched with gradle as dependency:
- Android USB serial: https://github.com/mik3y/usb-serial-for-android

# Building
- Building from command line:\
`ANDROID_HOME=<yor android home directory> JAVA_HOME=<your java home directory> ./gradlew <command>`\
For example:\
`ANDROID_HOME=~/Android/Sdk JAVA_HOME=~/.jdks/jbr-21.0.4 ./gradlew assembleRelease`

# Other similar or related projects
- Hardware
- ESP32 LoRa APRS modem (used with this application for testing): https://github.com/sh123/esp32_loraprs
Expand Down

0 comments on commit 1a64013

Please sign in to comment.