2020-04-26 00:08:43 -04:00
|
|
|
# uBiTXv6
|
2019-12-18 01:28:25 -05:00
|
|
|
|
2020-04-26 00:08:43 -04:00
|
|
|
This project is found at https://github.com/reedbn/ubitxv6/
|
2019-12-12 14:24:10 -05:00
|
|
|
|
2020-04-26 00:08:43 -04:00
|
|
|
It was forked from https://github.com/afarhan/ubitxv6/
|
|
|
|
|
|
|
|
The purpose of this project is to clean up (modularize) the source code, and add features that were not present
|
|
|
|
in Ashhar's original version of the project, without requiring any hardware modifications to a stock uBiTXv6.
|
|
|
|
|
|
|
|
# Personalized Callsign
|
|
|
|
|
|
|
|
To edit the callsign displayed, open the file `callsign.cpp` and change the string. Then re-compile and upload.
|
|
|
|
|
|
|
|
# License
|
|
|
|
|
|
|
|
The majority of this code is released under GPL v3 license, per Ashhar's original code.
|
|
|
|
|
|
|
|
The files in the PDQ_MinLib subdirectory were copied from https://github.com/XarkLabs/PDQ_GFX_Libs, and have Adafruit's BSD License.
|
2020-04-26 01:55:10 -04:00
|
|
|
|
|
|
|
The files in the toneAC2 were copied from https://bitbucket.org/teckel12/arduino-toneac2/wiki/Home, and are GPL v3 licensed.
|