MarScaper/ephemeris

Convert float to int

Opened this issue · 0 comments

Hello,
In IDE Arduino I have :
Ephemeris.cpp:73:37: warning: overflow in conversion from 'float' to 'int' changes value from '+QNaNf' to '0' [-Woverflow]
static int altitudeOnEarth = NAN;
Thanks