Mercurial > public > ostc4
comparison Common/Inc/settings.h @ 567:1c95f811967c
-Add 12HR Time Support
-Add firmware image only font extensions
-Show english units when required in log's graphs
-Show decompression info with Font84 if 10 characters long
-Remove usage of ' symbol to denote minutes and instead use min abbreviation
-Show english units when required on the simulation configuration screen
-Remove usage of ' symbol to denote feet in in non-metric mode and use ft abbrevation
author | izzni |
---|---|
date | Tue, 24 Nov 2020 13:22:23 -0600 |
parents | 5d80bb8d22cb |
children | 3e1a0e267f38 |
comparison
equal
deleted
inserted
replaced
566:7761dd028386 | 567:1c95f811967c |
---|---|
243 uint16_t viewPitch; | 243 uint16_t viewPitch; |
244 uint16_t viewYaw; | 244 uint16_t viewYaw; |
245 /* new in 0xFFFF001E */ | 245 /* new in 0xFFFF001E */ |
246 uint8_t ppo2sensors_source; | 246 uint8_t ppo2sensors_source; |
247 float ppo2sensors_calibCoeff[3]; | 247 float ppo2sensors_calibCoeff[3]; |
248 /* new in something */ | |
249 uint8_t amPMTime; | |
248 } SSettings; | 250 } SSettings; |
249 | 251 |
250 typedef struct | 252 typedef struct |
251 { | 253 { |
252 // 8 bytes | 254 // 8 bytes |