MicroModemGP/config.h

10 lines
227 B
C
Raw Permalink Normal View History

2015-04-26 21:23:13 +02:00
#ifndef CONFIG_H
#define CONFIG_H
// Choose whether to use KISS or direct
// framing for serial data
//#define SERIAL_FRAMING SERIAL_FRAMING_KISS
2016-01-21 00:23:08 +01:00
#define SERIAL_FRAMING SERIAL_FRAMING_NMEA
2016-01-27 23:54:10 +01:00
#define NMEA_SKIP_SENTENCES 0
2015-04-26 21:23:13 +02:00
#endif