ubitxv6/README.md

19 lines
722 B
Markdown
Raw Normal View History

2020-04-26 00:08:43 -04:00
# uBiTXv6
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.