mirror of
https://github.com/markqvist/MicroModemGP
synced 2026-08-12 17:40:37 -04:00
9 lines
No EOL
199 B
C
9 lines
No EOL
199 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_DIRECT
|
|
|
|
#endif |