mapid/MAPID-CP/config.h

17 lines
310 B
C
Raw Normal View History

2023-10-15 11:11:56 +02:00
#ifndef _CONFIG_H_
#define _CONFIG_H_
#define OS_NAME "MAPID/CP"
2023-10-26 20:43:47 +02:00
#define OS_VERSION 5
2023-10-15 11:11:56 +02:00
#define PIN_LED LED_BUILTIN
#define PIN_LCD 2
#define TTY_SPEED 9600
//#define TTY_SPEED 19200
#define TTY_PROMPT "?"
// Include Readme in PROGMEM, and allow access to it.
#define README_PROGMEM
#endif