Age | Commit message (Expand) | Author | Files |
2015-12-01 | only display frequency sub band in config mode if in 915 frequency band | Mike Fiore | 1 |
2015-12-01 | fix bug when sending data file, update default configuration | Mike Fiore | 3 |
2015-12-01 | got basic sweep implementation working - tested in 915 frequency band | Mike Fiore | 3 |
2015-11-30 | start work on survey sweep - currently determines rates and power levels to u... | Mike Fiore | 7 |
2015-11-30 | remove obsolete Layout*Help files | Mike Fiore | 4 |
2015-11-25 | implement function to scan survey data file and find last index | Mike Fiore | 1 |
2015-11-24 | display device ID on bottom line, fix typo | Mike Fiore | 2 |
2015-11-24 | use floats for SNR values - will be supported in next mbed release, add loggi... | Mike Fiore | 4 |
2015-11-23 | fix copy paste errors | Mike Fiore | 1 |
2015-11-23 | display product id on startup screen, change baud rates to 115k, set log leve... | Mike Fiore | 5 |
2015-11-23 | clean up after config, get things building again, update default configuratio... | Mike Fiore | 4 |
2015-11-23 | Merge branch 'configMode' | Mike Fiore | 29 |
2015-11-23 | display frequency sub band when joining in 915 frequency band | Mike Fiore | 2 |
2015-11-23 | save survey data to file, start adding support for sending data packet, misc ... | Mike Fiore | 7 |
2015-11-20 | 1. Merged CommandTerminal into ModeConfig and deleted CommandTerminal. | Leon Lindenfelser | 30 |
2015-11-20 | AT commands are working in modeConfig. | Leon Lindenfelser | 3 |
2015-11-20 | refactor more common elements into Mode template class | Mike Fiore | 7 |
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 | 19 |
2015-11-19 | Added ModeConfig code. It builds, the screen works and a debug message for co... | Leon Lindenfelser | 4 |
2015-11-19 | add info line to help layout | Mike Fiore | 4 |
2015-11-19 | use a single layout for help screens as they're basically all the same, misc ... | Mike Fiore | 10 |
2015-11-18 | get things building again - remove config code in main, fix bug in ModeJoin | Mike Fiore | 3 |
2015-11-18 | Merge branch 'atcommands' | Mike Fiore | 55 |
2015-11-18 | create Mode base class for modes - implement join as a mode and update main a... | Mike Fiore | 6 |
2015-11-18 | Added functionality to get the guts of these commands working with storage | Leon Lindenfelser | 6 |
2015-11-18 | add placeholder functions for demo, survey single, and survey sweep modes and... | Mike Fiore | 7 |
2015-11-18 | fix datarate display on join, clear signals for main thread after changing modes | Mike Fiore | 1 |
2015-11-18 | display current join attempt when joining | Mike Fiore | 3 |
2015-11-17 | remove join failure message | Mike Fiore | 1 |
2015-11-17 | add config layout, remove lots of logging | Mike Fiore | 5 |
2015-11-17 | fix memory leak | Mike Fiore | 1 |
2015-11-17 | join works, but only once - added object for running LoRa operations in a thr... | Mike Fiore | 9 |
2015-11-16 | Added all the new dotbox commands with some detail work still needed | Leon Lindenfelser | 18 |
2015-11-16 | update internal signal in ButtonHandler - stay outside range of signals used ... | Mike Fiore | 1 |
2015-11-16 | put enums inside class scope when possible | Mike Fiore | 3 |
2015-11-16 | remove commented out code in main.cpp | Mike Fiore | 1 |
2015-11-13 | log push button presses in main menu function | Mike Fiore | 1 |
2015-11-13 | refactor button class to run a thread - handle button holds when the threshol... | Mike Fiore | 2 |
2015-11-13 | Removed unnecessary sleep, wakeup, serial loop, format data etc from command ... | Leon Lindenfelser | 2 |
2015-11-13 | CommandTerminal working on debug port | Leon Lindenfelser | 1 |
2015-11-13 | add main menu using scroll-select layout | Mike Fiore | 1 |
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 | update ButtonHandler - ignore presses less than 20 ms | Mike Fiore | 2 |
2015-11-13 | add LayoutStartup destructor | Mike Fiore | 1 |
2015-11-13 | Added CommandTerminal with unneccessary commands removed | Leon Lindenfelser | 38 |
2015-11-12 | add class for handling button events - signals main thread when event occurs ... | Mike Fiore | 3 |
2015-11-11 | add layout for startup screen, tweak main to display startup and sit in loop | Mike Fiore | 3 |
2015-11-11 | reorganize Layout as a base class for screen layouts | Mike Fiore | 2 |