dragon/src/config.h

8 lines
124 B
C

#ifndef _CONFIG
#define _CONFIG
#define AP_NAME "Dragon Capsule is best capsule"
#define ENABLE_SERIAL true
#endif