change icon to balloon

pico-payload
alanbjohnston 3 years ago committed by GitHub
parent bcd7ad2fb7
commit 3f51260f97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4909,10 +4909,16 @@ void set_lat_lon() {
// Serial.println("Setting lat and lon for APRS");
char lat_string[64];
char lon_string[64];
#ifdef APRS_VHF
char sym_ovl_default = '/'; // Balloon
char sym_tab_default = 'O';
char icon[] = "/O";
#else
char sym_ovl_default = '\\'; //'H';
char sym_tab_default = 'S'; // 'a';
char icon[] = "\\S"; //Ha";
#endif
// latitude = toAprsFormat(latitude);
// longitude = toAprsFormat(longitude);

Loading…
Cancel
Save

Powered by TurnKey Linux.