added latitude and longitude

pull/182/head
alanbjohnston 3 years ago committed by GitHub
parent c24ab5d0de
commit 54d5595eb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -320,6 +320,8 @@ int buffer_size;
long micro_timer; long micro_timer;
int ready = FALSE; int ready = FALSE;
bool cw_stop = false; bool cw_stop = false;
float latitude = ;
float latitude = 39.027702f, longitude = -77.078064f;
#define PRESSED 0 #define PRESSED 0
#define HELD 0 #define HELD 0

Loading…
Cancel
Save

Powered by TurnKey Linux.