Update payload_pico.h add offset variables

beta-v1.3.1-vhf-cleanup
Alan Johnston 2 years ago committed by GitHub
parent 2ee41d4ef4
commit 12170a76cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -152,6 +152,10 @@ uint32_t tx_channel = 0;
//ax5043_conf_t hax5043;
//ax25_conf_t hax25;
float xOffset;
float yOffset;
float zOffset;
int twosToInt(int val, int len);
float toAprsFormat(float input);
float rnd_float(double min, double max);

Loading…
Cancel
Save

Powered by TurnKey Linux.