9 lines
147 B
C
9 lines
147 B
C
|
|
#ifndef SETTINGS_H_
|
|
#define SETTINGS_H_
|
|
|
|
#define CALL "OE5BPA-7"
|
|
#define BEACON_MESSAGE "LoRa APRS Tracker test"
|
|
#define BEACON_TIMEOUT 1
|
|
|
|
#endif
|