LoRa_APRS_Tracker/src/settings.h

10 lines
147 B
C
Raw Normal View History

2020-04-01 08:07:17 +00:00
#ifndef SETTINGS_H_
#define SETTINGS_H_
#define CALL "OE5BPA-7"
2020-05-17 14:16:53 +00:00
#define BEACON_MESSAGE "LoRa APRS Tracker test"
#define BEACON_TIMEOUT 1
2020-04-01 08:07:17 +00:00
#endif