kopia lustrzana https://github.com/sh123/esp32_loraprs
Updated Protocol and compatibility (markdown)
rodzic
13182afbcd
commit
637b95e9cd
|
@ -32,7 +32,7 @@ Arduino code to generate compressed coordinates from degrees.
|
||||||
** Convert degrees in long format to APRS compressed format
|
** Convert degrees in long format to APRS compressed format
|
||||||
** http://www.aprs.org/doc/APRS101.PDF, page 36
|
** http://www.aprs.org/doc/APRS101.PDF, page 36
|
||||||
*/
|
*/
|
||||||
static char conv_buf[32];
|
static char conv_buf[5];
|
||||||
char* deg_to_compressed(long deg, boolean is_lat) {
|
char* deg_to_compressed(long deg, boolean is_lat) {
|
||||||
long tmp;
|
long tmp;
|
||||||
if (is_lat) {
|
if (is_lat) {
|
||||||
|
|
Ładowanie…
Reference in New Issue