File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -483,7 +483,7 @@ struct audio_s {
483
483
// we store a special reserved value at that point and select
484
484
// the proper mode and actual speed later.
485
485
// It should probably be outside the min-max range but we would
486
- // have more checking and testing to do.
486
+ // have more checking and testing to do for the range checks .
487
487
488
488
#define BAUD_SENTINEL_AIS (MAX_BAUD-1)
489
489
#define BAUD_SENTINEL_EAS (MAX_BAUD-2)
Original file line number Diff line number Diff line change @@ -1436,6 +1436,10 @@ static void send_packet_to_server (packet_t pp, int chan)
1436
1436
1437
1437
/*
1438
1438
* Finally, append ",qAR," and my call to the path.
1439
+ *
1440
+ * According to Pete, "A" stands for APRS.
1441
+ * Original plan was to allow mixing of different types
1442
+ * of data, e.g. qFX for firenet.
1439
1443
*/
1440
1444
1441
1445
/*
You can’t perform that action at this time.
0 commit comments