summaryrefslogtreecommitdiff
path: root/Layout
AgeCommit message (Expand)AuthorFiles
2015-12-10Fixed acceleration values... use int16_t not uint16_t.Leon Lindenfelser2
2015-12-10update mdot-library to get SNR fix & update accordinglyMike Fiore1
2015-12-09Display sensor data on demo screen.Leon Lindenfelser2
2015-12-09fix bug in LayoutDemoSampling countdown updateMike Fiore1
2015-12-08use link check instead of ping for compatibility with 3rd party network serversMike Fiore2
2015-12-04some tweaks to display in Demo ModeMike Fiore1
2015-12-04display if GPS was detected on startup screenMike Fiore2
2015-12-04implement demo mode logic - still need to add sensor dataMike Fiore2
2015-12-02update success and failure layouts and modes to display GPS data when availableMike Fiore3
2015-12-01update progress and pass/fail for sweepMike Fiore6
2015-12-01got basic sweep implementation working - tested in 915 frequency bandMike Fiore2
2015-11-30start work on survey sweep - currently determines rates and power levels to u...Mike Fiore4
2015-11-30remove obsolete Layout*Help filesMike Fiore4
2015-11-24display device ID on bottom line, fix typoMike Fiore1
2015-11-24use floats for SNR values - will be supported in next mbed release, add loggi...Mike Fiore1
2015-11-23display product id on startup screen, change baud rates to 115k, set log leve...Mike Fiore2
2015-11-23save survey data to file, start adding support for sending data packet, misc ...Mike Fiore3
2015-11-20make "No Free Channel" lines full screen width to wipe out random character -...Mike Fiore2
2015-11-20implement basic single survey mode - still needs sending data packet and data...Mike Fiore12
2015-11-19add info line to help layoutMike Fiore3
2015-11-19use a single layout for help screens as they're basically all the same, misc ...Mike Fiore5
2015-11-18add placeholder functions for demo, survey single, and survey sweep modes and...Mike Fiore6
2015-11-18display current join attempt when joiningMike Fiore2
2015-11-17add config layout, remove lots of loggingMike Fiore2
2015-11-17join works, but only once - added object for running LoRa operations in a thr...Mike Fiore4
2015-11-13add scroll-select layout - tested for each edge case and generic caseMike Fiore2
2015-11-13update generic display functions in Layout - update LayoutStartup accordinglyMike Fiore3
2015-11-13add LayoutStartup destructorMike Fiore1
2015-11-11add layout for startup screen, tweak main to display startup and sit in loopMike Fiore2
2015-11-11reorganize Layout as a base class for screen layoutsMike Fiore2
2015-11-11rename DisplayManager to LayoutMike Fiore2