geeksville a1166364a7 altitudeGps is an integer, fix the format string.
/home/kevinh/development/lora/ttgo-tbeam-ttn-tracker/main/gps.ino: In function 'void buildPacket(uint8_t*)':
/home/kevinh/development/lora/ttgo-tbeam-ttn-tracker/main/gps.ino:83:42: warning: format '%f' expects argument of type 'double', but argument 3 has type 'int' [-Wformat=]
         sprintf(t, "Alt: %f", altitudeGps);
2020-01-17 15:19:18 -08:00
..
2019-07-13 00:03:38 +10:00
2019-04-03 20:46:45 -04:00
2019-04-03 20:46:45 -04:00
2019-08-23 10:22:03 -04:00
2019-04-03 20:46:45 -04:00