diff Common/Inc/data_central.h @ 774:6169309d6eb9

more menu items for the compass menu: Delete bearing, and reset to land based bearing. I have also re-enabled the real time bearing display in the menu - makes it easier to set the correct bearing. (mikeller)
author heinrichsweikamp
date Wed, 10 May 2023 16:25:39 +0200
parents 29d9b5bc7946
children 45b8f3c2acce
line wrap: on
line diff
--- a/Common/Inc/data_central.h	Wed May 10 16:24:57 2023 +0200
+++ b/Common/Inc/data_central.h	Wed May 10 16:25:39 2023 +0200
@@ -502,4 +502,5 @@
 
 uint8_t isLoopMode(uint8_t Mode);
 
+void setCompassHeading(uint16_t heading);
 #endif // DATA_CENTRAL_H