Write test files to test the functionality of the RFM69HCW class and the radio hardware. This requires a file to test both transmitting and receiving data. The transmission test should transmit test data encoded as an APRS message, and the receiving test should receive and display this data, decoded into a human readable format. The RFM69HCW class is used for transmitting and receiving similarly to how the CtrlSerial and RadioSerial were used last year.
[ ] Write a test for transmitting with the RFM69HCW class
[ ] Write a test for receiving with the RFM69HCW class
Write test files to test the functionality of the RFM69HCW class and the radio hardware. This requires a file to test both transmitting and receiving data. The transmission test should transmit test data encoded as an APRS message, and the receiving test should receive and display this data, decoded into a human readable format. The RFM69HCW class is used for transmitting and receiving similarly to how the CtrlSerial and RadioSerial were used last year.