# HG changeset patch # User ethanzonca@CL-ENS241-08.cedarville.edu # Date 2013-01-16 22:31:50 # Node ID 83633fbb38d0d6c92042d1a35b53d0adbeed7090 # Parent a20e51697fd87ef73d56acb8c106d63c30e7a5ee Changed APRS transmission rate for development diff --git a/master/master/config.h b/master/master/config.h --- a/master/master/config.h +++ b/master/master/config.h @@ -120,7 +120,7 @@ #define APRS_COMMENT "CU HAB TEST" // Transmit the APRS sentence every X milliseconds -#define APRS_TRANSMIT_PERIOD 30000 +#define APRS_TRANSMIT_PERIOD 20000 // --------------------------------------------------------------------------