Mercurial > public > ostc4
comparison 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 |
comparison
equal
deleted
inserted
replaced
773:2c243233c999 | 774:6169309d6eb9 |
---|---|
500 | 500 |
501 _Bool is_ambient_pressure_close_to_surface(SLifeData *lifeData); | 501 _Bool is_ambient_pressure_close_to_surface(SLifeData *lifeData); |
502 | 502 |
503 uint8_t isLoopMode(uint8_t Mode); | 503 uint8_t isLoopMode(uint8_t Mode); |
504 | 504 |
505 void setCompassHeading(uint16_t heading); | |
505 #endif // DATA_CENTRAL_H | 506 #endif // DATA_CENTRAL_H |