added ship and car symbols

Develop
Andreas Meier 2017-06-20 19:16:15 +02:00
rodzic 5086edf310
commit 9980c2a7be
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -45,6 +45,8 @@
#define SYM_BALLOON 0x2F4F
#define SYM_SMALLAIRCRAFT 0x2F27
#define SYM_SATELLITE 0x5C53
#define SYM_CAR 0x2F2E
#define SYM_SHIP 0x2F73
uint32_t aprs_encode_position(uint8_t* message, mod_t mod, const aprs_conf_t *config, trackPoint_t *trackPoint);
uint32_t aprs_encode_telemetry_configuration(uint8_t* message, mod_t mod, const aprs_conf_t *config, const telemetry_conf_t type);