8 lines
127 B
C
8 lines
127 B
C
#include <QCoreApplication>
|
|
#ifndef DEVICECONFIG_H
|
|
#define DEVICECONFIG_H
|
|
|
|
#define Device_ID "Rasp"
|
|
|
|
#endif // DEVICECONFIG_H
|