Age | Commit message (Expand) | Author | Files |
2015-12-10 | remove extra GPS and Sensor objects from Mode class | Mike Fiore | 1 |
2015-12-07 | reset activity LED back to red when exiting to main menu | Mike Fiore | 1 |
2015-12-04 | give the GPS lib a handle to the LED controller so it can blink LED2 when not... | Mike Fiore | 1 |
2015-12-04 | display if GPS was detected on startup screen | Mike Fiore | 1 |
2015-12-04 | implement demo mode logic - still need to add sensor data | Mike Fiore | 1 |
2015-12-03 | turn on LED2 | Mike Fiore | 1 |
2015-12-02 | implement AT command to delete survey data file | Mike Fiore | 1 |
2015-12-02 | use a global GPS object like we do for buttons, LoRa, etc | Mike Fiore | 1 |
2015-12-01 | Merge branch 'modeDemo' | Mike Fiore | 1 |
2015-11-30 | start work on survey sweep - currently determines rates and power levels to u... | Mike Fiore | 1 |
2015-11-23 | stub out functions & struct for formatting data packets for both survey and d... | Mike Fiore | 1 |
2015-11-23 | display product id on startup screen, change baud rates to 115k, set log leve... | Mike Fiore | 1 |
2015-11-23 | clean up after config, get things building again, update default configuratio... | Mike Fiore | 1 |
2015-11-23 | Merge branch 'configMode' | Mike Fiore | 1 |
2015-11-23 | display frequency sub band when joining in 915 frequency band | Mike Fiore | 1 |
2015-11-20 | 1. Merged CommandTerminal into ModeConfig and deleted CommandTerminal. | Leon Lindenfelser | 1 |
2015-11-20 | AT commands are working in modeConfig. | Leon Lindenfelser | 1 |
2015-11-20 | refactor more common elements into Mode template class | Mike Fiore | 1 |
2015-11-20 | implement basic single survey mode - still needs sending data packet and data... | Mike Fiore | 1 |
2015-11-19 | use a single layout for help screens as they're basically all the same, misc ... | Mike Fiore | 1 |
2015-11-18 | get things building again - remove config code in main, fix bug in ModeJoin | Mike Fiore | 1 |
2015-11-18 | Merge branch 'atcommands' | Mike Fiore | 1 |
2015-11-18 | create Mode base class for modes - implement join as a mode and update main a... | Mike Fiore | 1 |
2015-11-18 | add placeholder functions for demo, survey single, and survey sweep modes and... | Mike Fiore | 1 |
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 | 1 |
2015-11-17 | remove join failure message | Mike Fiore | 1 |
2015-11-17 | add config layout, remove lots of logging | Mike Fiore | 1 |
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 | 1 |
2015-11-16 | put enums inside class scope when possible | Mike Fiore | 1 |
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 | CommandTerminal working on debug port | Leon Lindenfelser | 1 |
2015-11-13 | add main menu using scroll-select layout | Mike Fiore | 1 |
2015-11-12 | add class for handling button events - signals main thread when event occurs ... | Mike Fiore | 1 |
2015-11-11 | add layout for startup screen, tweak main to display startup and sit in loop | Mike Fiore | 1 |
2015-11-09 | add DisplayManager | Mike Fiore | 1 |
2015-11-09 | add label to line with version | Mike Fiore | 1 |
2015-11-09 | display logo and product information on startup, add version.sh to generate v... | Mike Fiore | 1 |