ttgo-t-beam-gps-ttn-tracker/main
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
..
configuration.h Add CLOCK_ERROR option to enable/disable feature (#4) 2019-08-28 20:10:32 -04:00
credentials.h Update credentials.h 2019-07-13 00:03:38 +10:00
fonts.h Fix data size issue 2019-04-03 20:46:45 -04:00
gps.ino altitudeGps is an integer, fix the format string. 2020-01-17 15:19:18 -08:00
images.h Fix data size issue 2019-04-03 20:46:45 -04:00
lmic_project_config.h Update to version 1.1.0 2019-08-23 10:22:03 -04:00
main.ino minor changes needed to build with platformio 2020-01-17 15:15:00 -08:00
screen.ino Bug fixes - frame counter, link checking and battery charge status 2020-01-13 17:14:09 +00:00
sleep.ino Fix data size issue 2019-04-03 20:46:45 -04:00
ttn.ino Bug fixes - frame counter, link checking and battery charge status 2020-01-13 17:14:09 +00:00