diff --git a/README.md b/README.md index dc53d34..779052b 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,12 @@ Achievements: - custom smartbeacon values for each CALLSIGN - force Tx with the "short" push of a button. - send enconded GPS data packet for shorter and realiable comunication. -- Select to send "Course + Speed" or "Altitude + Speed" in encoded APRS data packet +- Select to send "Course + Speed" or "Altitude + Speed" in encoded APRS data packet. +- Use SmartBeacon with "Turn_Min + Turn_Slope" formula. To add (shortly) working on it -- turn_slope for course angle smartbeacon - oled screen (allready bought ... and waiting.. ) -- SendAltitude: encoded instead of just "Course+Speed" without adding lenght to the APRS packet. - SendComment: for a GPS position or distance to certain GPS point - Send Status: for a GPS position or distance to certain GPS point - Send Message to anothe APRS capable Radio/Handy/tracker/iGate or even Twitter ;) diff --git a/src/beacon_config.h b/src/beacon_config.h index 09149d4..8a2a51b 100644 --- a/src/beacon_config.h +++ b/src/beacon_config.h @@ -8,7 +8,7 @@ #define SendComment true // "true" adds comment to the APRS packet/message #define APRS_COMMENT "Lora Tracker 1W" // To send this comment --> SendComment = true (edit the comment as you like) -#define User1_Callsign "CD2RXU-7" +#define User1_Callsign "CD2RXU-7" // This is my Callsign , so go on and change it to yours!!! #define User1_Symbol "[" // Runner #define User1_SlowRate 120 // seg #define User1_SlowSpeed 3 // km/h @@ -19,7 +19,7 @@ #define User1_TurnMinDeg 3 // degrees #define User1_TurnSlope 40 // constant -#define User2_Callsign "CD2RXU-8" +#define User2_Callsign "CD2RXU-8" // This is my Callsign , so go on and change it to yours!!! #define User2_Symbol "b" // Bicycle #define User2_SlowRate 120 #define User2_SlowSpeed 5 @@ -30,7 +30,7 @@ #define User2_TurnMinDeg 12 #define User2_TurnSlope 60 -#define User3_Callsign "CD2RXU-9" +#define User3_Callsign "CD2RXU-9" // This is my Callsign , so go on and change it to yours!!! #define User3_Symbol ">" // Car #define User3_SlowRate 120 #define User3_SlowSpeed 10