MicroModemGP/config.h
2016-01-27 23:54:10 +01:00

10 lines
No EOL
227 B
C

#ifndef CONFIG_H
#define CONFIG_H
// Choose whether to use KISS or direct
// framing for serial data
//#define SERIAL_FRAMING SERIAL_FRAMING_KISS
#define SERIAL_FRAMING SERIAL_FRAMING_NMEA
#define NMEA_SKIP_SENTENCES 0
#endif