kopia lustrzana https://github.com/pjalocha/esp32-ogn-tracker
6 wiersze
300 B
C++
6 wiersze
300 B
C++
![]() |
#include "atmosphere.h"
|
||
|
|
||
|
// 200, 300, 400, 500, 600, 700, 800, 900, 1000, 1100 // [ hPa]
|
||
|
const int32_t Atmosphere::StdAltTable[10] = { 117764, 91652, 71864, 55752, 42070, 30126, 19493, 9886, 1109, -6984 } ; // [0.1 m]
|
||
|
|