Age | Commit message (Expand) | Author | Files |
2016-01-06 | display countdown over "send" and "interval" labels instead of over "back" la... | Mike Fiore | 1 |
2016-01-06 | Change the verbiage of the configuration help screen. Scrolls 3 steps now. | Leon Lindenfelser | 2 |
2015-12-15 | Display accelerometer data in g force for demo mode. | Leon Lindenfelser | 1 |
2015-12-11 | Merge branch 'link_check' | Mike Fiore | 2 |
2015-12-11 | display "No Free Channel" string properly in 868 mode | Mike Fiore | 5 |
2015-12-11 | fix bug in layout where a character from last field could be displayed in new... | Mike Fiore | 10 |
2015-12-10 | Fixed acceleration values... use int16_t not uint16_t. | Leon Lindenfelser | 2 |
2015-12-10 | update mdot-library to get SNR fix & update accordingly | Mike Fiore | 1 |
2015-12-09 | Display sensor data on demo screen. | Leon Lindenfelser | 2 |
2015-12-09 | fix bug in LayoutDemoSampling countdown update | Mike Fiore | 1 |
2015-12-08 | use link check instead of ping for compatibility with 3rd party network servers | Mike Fiore | 2 |
2015-12-04 | some tweaks to display in Demo Mode | Mike Fiore | 1 |
2015-12-04 | display if GPS was detected on startup screen | Mike Fiore | 2 |
2015-12-04 | implement demo mode logic - still need to add sensor data | Mike Fiore | 2 |
2015-12-02 | update success and failure layouts and modes to display GPS data when available | Mike Fiore | 3 |
2015-12-01 | update progress and pass/fail for sweep | Mike Fiore | 6 |
2015-12-01 | got basic sweep implementation working - tested in 915 frequency band | Mike Fiore | 2 |
2015-11-30 | start work on survey sweep - currently determines rates and power levels to u... | Mike Fiore | 4 |
2015-11-30 | remove obsolete Layout*Help files | Mike Fiore | 4 |
2015-11-24 | display device ID on bottom line, fix typo | Mike Fiore | 1 |
2015-11-24 | use floats for SNR values - will be supported in next mbed release, add loggi... | Mike Fiore | 1 |
2015-11-23 | display product id on startup screen, change baud rates to 115k, set log leve... | Mike Fiore | 2 |
2015-11-23 | save survey data to file, start adding support for sending data packet, misc ... | Mike Fiore | 3 |
2015-11-20 | make "No Free Channel" lines full screen width to wipe out random character -... | Mike Fiore | 2 |
2015-11-20 | implement basic single survey mode - still needs sending data packet and data... | Mike Fiore | 12 |
2015-11-19 | add info line to help layout | Mike Fiore | 3 |
2015-11-19 | use a single layout for help screens as they're basically all the same, misc ... | Mike Fiore | 5 |
2015-11-18 | add placeholder functions for demo, survey single, and survey sweep modes and... | Mike Fiore | 6 |
2015-11-18 | display current join attempt when joining | Mike Fiore | 2 |
2015-11-17 | add config layout, remove lots of logging | Mike Fiore | 2 |
2015-11-17 | join works, but only once - added object for running LoRa operations in a thr... | Mike Fiore | 4 |
2015-11-13 | add scroll-select layout - tested for each edge case and generic case | Mike Fiore | 2 |
2015-11-13 | update generic display functions in Layout - update LayoutStartup accordingly | Mike Fiore | 3 |
2015-11-13 | add LayoutStartup destructor | Mike Fiore | 1 |
2015-11-11 | add layout for startup screen, tweak main to display startup and sit in loop | Mike Fiore | 2 |
2015-11-11 | reorganize Layout as a base class for screen layouts | Mike Fiore | 2 |
2015-11-11 | rename DisplayManager to Layout | Mike Fiore | 2 |